Visible to Intel only — GUID: GUID-FFFFC997-9043-4C35-8D0D-8B0E8C889058
Visible to Intel only — GUID: GUID-FFFFC997-9043-4C35-8D0D-8B0E8C889058
ffp-accuracy, Qfp-accuracy
Lets you specify the required accuracy (precision) for floating-point operations and library calls.
Syntax
Linux: |
-ffp-accuracy=value |
Windows: |
/Qfp-accuracy:value |
Arguments
value |
Is the accuracy that the compiler should use. Possible values are:
|
Default
OFF |
If option ffp-accuracy or Qfp-accuracy is not specified:
|
Description
This option lets you specify the required accuracy (precision) for floating-point operations and library calls.
The accuracy requirements are applied to host code and, if used, to OpenMP and SYCL device code. The option is only supported for CPU Ahead of Time (AOT) compilation with SYCL and OpenMP.
This option is not compatible with the fimf-* and Qimf-* options. If this option is used with any of those options, an error will be reported.
IDE Equivalent
Alternate Options
None