From 02547ad22611c70d9320d214af53234a176df1c7 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Wed, 29 Apr 2026 16:51:20 -0700 Subject: [PATCH] remove the halfn vector type from the list of reserved data types The halfn vector type is a usable data type when the cl_khr_fp16 extension is supported. --- OpenCL_C.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenCL_C.txt b/OpenCL_C.txt index 0ea024b6c..8ac1db1ba 100644 --- a/OpenCL_C.txt +++ b/OpenCL_C.txt @@ -1189,8 +1189,10 @@ are also reserved. | Type | Description | `bool__n__` | A boolean vector. +ifndef::cl_khr_fp16[] | `half__n__` | A 16-bit floating-point vector. +endif::cl_khr_fp16[] | `quad`, `quad__n__` | A 128-bit floating-point scalar and vector. | `complex half`, `complex half__n__`