mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 15:18:16 +00:00
Remove clang extension
It's only needed for using the static keyword. Since you removed those, clover builds it fine without it. Also removed the check since Mesa is considered IS_GENERIC now.
This commit is contained in:
parent
0b3743ce94
commit
0397d4f0e0
@ -7,10 +7,6 @@
|
|||||||
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef cl_clang_storage_class_specifiers
|
|
||||||
#pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enable
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vendor specific
|
* vendor specific
|
||||||
*/
|
*/
|
||||||
@ -28,11 +24,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef IS_AMD
|
#ifdef IS_AMD
|
||||||
#ifndef cl_clang_storage_class_specifiers
|
|
||||||
#pragma OPENCL EXTENSION cl_amd_media_ops : enable
|
#pragma OPENCL EXTENSION cl_amd_media_ops : enable
|
||||||
#pragma OPENCL EXTENSION cl_amd_media_ops2 : enable
|
#pragma OPENCL EXTENSION cl_amd_media_ops2 : enable
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NV specific
|
* NV specific
|
||||||
|
Loading…
Reference in New Issue
Block a user