Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions OpenCL_C.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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[]
--
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down