Visible to Intel only — GUID: GUID-0BCFEA1D-5152-4582-8404-3BC2F1E4DD15
Math Intrinsic Options
OpenCL™ Runtime and Compiler for Intel® Processor Graphics
Option | Description | GPU | CPU |
-cl-single-precision-constant |
Treats double-precision floating point constant as single-precision constant. | Yes | No |
-cl-denorms-are-zero |
This option controls how single-precision and double-precision denormalized numbers are handled. If specified as a build option, single-precision denormalized numbers may be flushed to zero; double-precision denormalized numbers may also be flushed to zero if the optional extension for double-precision is supported. | No | Yes |
-cl-fp32-correctly-rounded-divide-sqrt |
This option enables an application to specify that single precision floating-point divide (x/y and 1/x) and sqrt used in the program source are correctly rounded |