From 1bf1f1e66dd53d3ca1b286c444db50f2be83d5ad Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Mon, 18 May 2026 16:20:19 -0700 Subject: [PATCH] fix erroneous leading underscore from halfn type names --- OpenCL_C.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenCL_C.txt b/OpenCL_C.txt index 5cc0b58a..a12af109 100644 --- a/OpenCL_C.txt +++ b/OpenCL_C.txt @@ -2189,7 +2189,7 @@ operands if the source operands are vector types. Vector source operands of type `char__n__` and `uchar__n__` return a `char__n__` result; vector source operands of type ifdef::cl_khr_fp16[] -`_half__n__` footnote:[{fn-half-supported}], +`half__n__` footnote:[{fn-half-supported}], endif::cl_khr_fp16[] `short__n__` and `ushort__n__` return a `short__n__` result; vector source operands of type @@ -2237,7 +2237,7 @@ operands if the source operands are vector types. Vector source operands of type `char__n__` and `uchar__n__` return a `char__n__` result; vector source operands of type ifdef::cl_khr_fp16[] -`_half__n__` footnote:[{fn-half-supported}], +`half__n__` footnote:[{fn-half-supported}], endif::cl_khr_fp16[] `short__n__` and `ushort__n__` return a `short__n__` result; vector source operands of type @@ -2274,7 +2274,7 @@ The scalar type is then widened to a vector that has the same number of components as the vector operand. The operation is done component-wise resulting in the same size vector. ifdef::cl_khr_fp16[] -Vector source operands of type `_half__n__` footnote:[{fn-half-supported}] +Vector source operands of type `half__n__` footnote:[{fn-half-supported}] return a `short__n__` result. endif::cl_khr_fp16[] -- @@ -2308,7 +2308,7 @@ operands if the source operands are vector types. Vector source operands of type `char__n__` and `uchar__n__` return a `char__n__` result; vector source operands of type ifdef::cl_khr_fp16[] -`_half__n__` footnote:[{fn-half-supported}], +`half__n__` footnote:[{fn-half-supported}], endif::cl_khr_fp16[] `short__n__` and `ushort__n__` return a `short__n__` result; vector source operands of type @@ -2338,7 +2338,7 @@ operands if the source operands are vector types. Vector source operands of type `char__n__` and `uchar__n__` return a `char__n__` result; vector source operands of type ifdef::cl_khr_fp16[] -`_half__n__` footnote:[{fn-half-supported}], +`half__n__` footnote:[{fn-half-supported}], endif::cl_khr_fp16[] `short__n__` and `ushort__n__` return a `short__n__` result; vector source operands of type