From a23019fa5b01678bd724c3add6c6add2e84f3102 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Thu, 4 Jun 2026 20:05:28 +0200 Subject: [PATCH] Fix CL_VERSION_3_1 integer representation --- OpenCL_C.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL_C.txt b/OpenCL_C.txt index c23ce383..e3e2183b 100644 --- a/OpenCL_C.txt +++ b/OpenCL_C.txt @@ -4051,7 +4051,7 @@ The following predefined macro names are available. <> support for OpenCL C 3.0 or newer. `CL_VERSION_3_1` :: - Substitutes the integer 301 reflecting the OpenCL 3.1 version. + Substitutes the integer 310 reflecting the OpenCL 3.1 version. <> support for OpenCL C 3.1 or newer. `+__OPENCL_C_VERSION__+` ::