@@ -480,9 +480,8 @@ ifdef::cl_khr_integer_dot_product[]
480480[[cl_khr_integer_dot_product,cl_khr_integer_dot_product]]
481481==== Integer Dot Product
482482
483- The {cl_khr_integer_dot_product_EXT} extension adds support for SPIR-V
484- instructions and OpenCL C built-in functions to compute the dot product of
485- vectors of integers.
483+ The {cl_khr_integer_dot_product_EXT} extension adds OpenCL C built-in functions
484+ to compute the dot product of vectors of integers.
486485The extension provides new <<table-builtin-functions, built-in vector
487486integer argument functions>> operating on these types.
488487endif::cl_khr_integer_dot_product[]
@@ -491,9 +490,9 @@ ifdef::cl_khr_kernel_clock[]
491490[[cl_khr_kernel_clock,cl_khr_kernel_clock]]
492491==== Kernel Clock
493492
494- The `cl_khr_kernel_clock` extension adds support for SPIR-V instructions and
495- OpenCL C built-in functions to sample the value from one of three clocks
496- provided by compute units. The extension provides the following functions:
493+ The {cl_khr_kernel_clock_EXT} extension adds OpenCL C built-in functions to sample
494+ the value from one of three clocks provided by compute units.
495+ The extension provides the following functions:
497496
498497* <<table-kernel-clock-functions,Built-in Kernel Clock Functions>>
499498endif::cl_khr_kernel_clock[]
@@ -5448,7 +5447,6 @@ endif::cl_khr_fp16[]
54485447 | *mad* computes _a_ * _b_ + _c_.
54495448 The function may compute _a_ * _b_ + _c_ with reduced accuracy in the
54505449 embedded profile.
5451- See the OpenCL SPIR-V Environment Specification for details.
54525450 On some hardware the mad instruction may provide better performance
54535451 than expanded computation of _a_ * _b_ + _c_.
54545452 footnote:[{fn-mad-caution}]
0 commit comments