From: Jens Steube Date: Wed, 20 Apr 2016 19:19:15 +0000 (+0200) Subject: Test fix for broken AMD support after https://github.com/hashcat/oclHashcat/pull/303 X-Git-Tag: v3.00-beta~83 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=444a5f4d52a7e9feeb17dec228c5054ddd5f5087;p=hashcat.git Test fix for broken AMD support after https://github.com/hashcat/oclHashcat/pull/303 --- diff --git a/include/kernel_vendor.h b/include/kernel_vendor.h index 83eccd5..7ee2176 100644 --- a/include/kernel_vendor.h +++ b/include/kernel_vendor.h @@ -3,8 +3,13 @@ * License.....: MIT */ +#ifdef cl_khr_byte_addressable_store #pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable +#endif + +#ifdef cl_clang_storage_class_specifiers #pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enable +#endif /** * vendor specific