Visible to Intel only — GUID: GUID-37C2ECF5-825E-4776-9AEE-2E25507FA04F
Visible to Intel only — GUID: GUID-37C2ECF5-825E-4776-9AEE-2E25507FA04F
complex-limited-range, Qcomplex-limited-range
Determines whether the use of basic algebraic expansions of some arithmetic operations involving data of type COMPLEX is enabled. This feature is only available for ifort.
Linux: |
-complex-limited-range -no-complex-limited-range |
macOS: |
-complex-limited-range -no-complex-limited-range |
Windows: |
/Qcomplex-limited-range /Qcomplex-limited-range- |
None
-no-complex-limited-range |
Basic algebraic expansions of some arithmetic operations involving data of type COMPLEX are disabled. |
This option determines whether the use of basic algebraic expansions of some arithmetic operations involving data of type COMPLEX is enabled.
When the option is enabled, this can cause performance improvements in programs that use a lot of COMPLEX arithmetic. However, values at the extremes of the exponent range may not compute correctly.
Visual Studio: Floating point > Limit COMPLEX Range
None