mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove compiler options that are specific to Apple (#1114)
These are causing test failures for non-Apple implementations of OpenCL running on macOS.
This commit is contained in:
@@ -61,10 +61,6 @@ const char *optimization_options[] = {
|
||||
"-cl-fast-relaxed-math",
|
||||
"-w",
|
||||
"-Werror",
|
||||
#if defined( __APPLE__ )
|
||||
"-cl-opt-enable",
|
||||
"-cl-auto-vectorize-enable"
|
||||
#endif
|
||||
};
|
||||
|
||||
cl_int get_result_from_program( cl_context context, cl_command_queue queue, cl_program program, cl_int *outValue )
|
||||
|
||||
Reference in New Issue
Block a user