From: Mangix Date: Tue, 19 Apr 2016 21:09:27 +0000 (-0700) Subject: Fix LLVM compilation for OpenCL kernels X-Git-Tag: v3.00-beta~84^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=2c9fcbf17ea25dbe37de72348fe797805181bb60;p=hashcat.git Fix LLVM compilation for OpenCL kernels Fix LLVM compilation for OpenCL kernels Whoops --- diff --git a/include/kernel_vendor.h b/include/kernel_vendor.h index 0b6a57f..83eccd5 100644 --- a/include/kernel_vendor.h +++ b/include/kernel_vendor.h @@ -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 \ No newline at end of file +#endif