mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 01:50:10 +00:00
Fix LLVM compilation for OpenCL kernels
Fix LLVM compilation for OpenCL kernels Whoops
This commit is contained in:
parent
37c40dcfb4
commit
2c9fcbf17e
@ -4,6 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
||||||
|
#pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enable
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vendor specific
|
* vendor specific
|
||||||
@ -38,4 +39,4 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef IS_GENERIC
|
#ifdef IS_GENERIC
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user