Disable AMD optimizations for LLVM

This commit is contained in:
Mangix
2016-04-20 19:27:26 -07:00
parent 444a5f4d52
commit 530651e96a
2 changed files with 40 additions and 9 deletions
+2
View File
@@ -28,9 +28,11 @@
*/
#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