Lets you specify the required accuracy (precision) for floating-point operations and library calls. This feature is only available for ifx.
Linux: | -ffp-accuracy=value |
Windows: | /Qfp-accuracy:value |
value |
Is the accuracy that the compiler should use. Possible values are:
|
OFF |
If option ffp-accuracy or Qfp-accuracy is not specified:
|
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.
None