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.
pull/324/head
neheb 8 years ago
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…
Cancel
Save