Option Type | Default Value | #pragma options | C | C++ |
-qoption | fold | FOLD | x | x |
Syntax:
-qfold | -qnofold FOLD | NOFOLD
Purpose
Specifies that constant floating-point expressions are to be
evaluated at compile time.
Notes
This option is obsolete. Use -qfloat=fold
in your new applications.