1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 03:39:09 +00:00

Merge pull request #303 from neheb/master

Fix LLVM compilation for OpenCL kernels
This commit is contained in:
Jens Steube 2016-04-20 21:09:30 +02:00
commit 02b82dd994

View File

@ -4,6 +4,7 @@
*/
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
#pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enable
/**
* vendor specific
@ -38,4 +39,4 @@
*/
#ifdef IS_GENERIC
#endif
#endif