Skip to content

Commit 7307a70

Browse files
committed
Require CL2.0 for cl_khr_extended_bit_ops
1 parent 0da292c commit 7307a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/OpenCLExtensions.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ OPENCL_EXTENSION(__cl_clang_non_portable_kernel_param_types, true, 100)
9191
OPENCL_EXTENSION(__cl_clang_bitfields, true, 100)
9292

9393
// Khronos OpenCL extensions
94-
OPENCL_EXTENSION(cl_khr_extended_bit_ops, true, 100)
94+
OPENCL_EXTENSION(cl_khr_extended_bit_ops, true, 200)
9595
OPENCL_EXTENSION(cl_khr_integer_dot_product, true, 200)
9696
OPENCL_EXTENSION(cl_khr_subgroup_ballot, true, 200)
9797
OPENCL_EXTENSION(cl_khr_subgroup_clustered_reduce, true, 200)

0 commit comments

Comments
 (0)