Skip to content

Commit 2929e1c

Browse files
committed
Fix build
1 parent e577f29 commit 2929e1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/Basic/OpenCLExtensions.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ OPENCL_OPTIONALCOREFEATURE(__opencl_c_fp64, false, 300, OCL_C_30)
129129
OPENCL_OPTIONALCOREFEATURE(__opencl_c_images, false, 300, OCL_C_30)
130130

131131
// Features enabled by the Khronos extensions
132-
OPENCL_GENERIC_EXTENSION(__opencl_c_work_group_collective_functions, false, 300, 0)
133-
OPENCL_GENERIC_EXTENSION(__opencl_c_integer_dot_product_input_4x8bit, false, 300, 0)
134-
OPENCL_GENERIC_EXTENSION(__opencl_c_integer_dot_product_input_4x8bit_packed, false, 300, 0)
132+
OPENCL_GENERIC_EXTENSION(__opencl_c_work_group_collective_functions, false, 300, 0, 0)
133+
OPENCL_GENERIC_EXTENSION(__opencl_c_integer_dot_product_input_4x8bit, false, 300, 0, 0)
134+
OPENCL_GENERIC_EXTENSION(__opencl_c_integer_dot_product_input_4x8bit_packed, false, 300, 0, 0)
135135

136136
#undef OPENCL_OPTIONALCOREFEATURE
137137
#undef OPENCL_COREFEATURE

0 commit comments

Comments
 (0)