1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

Merge pull request #324 from neheb/patch-1

Remove clang extension
This commit is contained in:
Jens Steube 2016-05-02 10:41:18 +02:00
commit 98a6aff4a8

View File

@ -7,10 +7,6 @@
#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
*/
@ -28,11 +24,9 @@
*/
#ifdef IS_AMD
#ifndef cl_clang_storage_class_specifiers
#pragma OPENCL EXTENSION cl_amd_media_ops : enable
#pragma OPENCL EXTENSION cl_amd_media_ops2 : enable
#endif
#endif
/**
* NV specific