[clang] [OpenCL] Allow undefining cl_khr_integer_dot_product features macros (PR #162055)

Sven van Haastregt via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 6 03:14:56 PDT 2025


================
@@ -53,6 +53,13 @@
 #define __opencl_c_kernel_clock_scope_work_group 1
 #define __opencl_c_kernel_clock_scope_sub_group 1
 
+#ifdef __undef___opencl_c_integer_dot_product_input_4x8bit
----------------
svenvh wrote:

Perhaps move this down to the section that starts with the comment `// Undefine any feature macros that`...

https://github.com/llvm/llvm-project/pull/162055


More information about the cfe-commits mailing list