diff --git a/test_conformance/compiler/test_build_options.cpp b/test_conformance/compiler/test_build_options.cpp index 5bd94115..c25fd10f 100644 --- a/test_conformance/compiler/test_build_options.cpp +++ b/test_conformance/compiler/test_build_options.cpp @@ -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 )