Skip to content

Commit

Permalink
Fix markup for a few extension names.
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Mar 28, 2024
1 parent 00c7969 commit ddbd3f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OpenCL_C.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,13 @@ operations across a work-group.

ifdef::cl_khr_integer_dot_product[]
| {opencl_c_integer_dot_product_input_4x8bit_packed} +
(when the {cl_khr_integer_dot_product} extension macro is defined)
(when the `<<cl_khr_integer_dot_product>>` extension macro is defined)

| The OpenCL C compiler supports built-in functions that perform dot
products on 4x8 bit packed integer vectors

| {opencl_c_integer_dot_product_input_4x8bit} +
(when the {cl_khr_integer_dot_product} extension macro is defined)
(when the `<<cl_khr_integer_dot_product>>` extension macro is defined)
| The OpenCL C compiler supports built-in functions that perform dot
products on 4x8 bit integer vectors
endif::cl_khr_integer_dot_product[]
Expand Down Expand Up @@ -354,7 +354,7 @@ ifdef::cl_khr_fp16[]
==== Half-Precision Floating-Point

The `cl_khr_fp16` extension was promoted to OpenCL C 1.2 as an optional
feature, and to OpenCL 3.0 as the optional {cl_khr_fp16} feature.
feature, and to OpenCL 3.0 as the optional `<<cl_khr_fp16>>` feature.
The extension provides 16-bit precision scalar and vector floating-point
data types and extends many functions to accept these types.
endif::cl_khr_fp16[]
Expand All @@ -365,7 +365,7 @@ ifdef::cl_khr_fp64[]
==== Double-Precision Floating-Point

The `cl_khr_fp64` extension was promoted to OpenCL C 1.2 as an optional
feature, and to OpenCL 3.0 as the optional {cl_khr_fp64} feature.
feature, and to OpenCL 3.0 as the optional `<<cl_khr_fp64>>` feature.
The extension provides double-precision scalar and vector floating-point
data types and extends many functions to accept these types.
endif::cl_khr_fp64[]
Expand Down

0 comments on commit ddbd3f0

Please sign in to comment.