diff --git a/OpenCL_C.txt b/OpenCL_C.txt index 5cc0b58a..e40a01fd 100644 --- a/OpenCL_C.txt +++ b/OpenCL_C.txt @@ -6911,14 +6911,16 @@ endif::cl_khr_fp16[] Scalar inputs to *any* are <> OpenCL C version 3.0. - | Returns 1 if the most significant bit of _x_ (for scalar inputs) or - any component of _x_ (for vector inputs) is set; otherwise returns 0. + | Returns 1 if the most significant bit of _x_ is set for scalar inputs, or + if the most significant bit is set for any component of _x_ for vector + inputs; otherwise returns 0. | int *all*(igentype _x_) Scalar inputs to *all* are <> OpenCL C version 3.0. - | Returns 1 if the most significant bit of _x_ (for scalar inputs) or - all components of _x_ (for vector inputs) is set; otherwise returns 0. + | Returns 1 if the most significant bit of _x_ is set for scalar inputs, or + if the most significant bit is set for all components of _x_ for vector + inputs; otherwise returns 0. | | | gentype *bitselect*(gentype _a_, gentype _b_, gentype _c_) | Each bit of the result is the corresponding bit of _a_ if the