Displaying 1 result from an estimated 1 matches for "minus_infinity".
2018 Jan 12
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...is the slowest mode.
and rounding modes
/ROUNDING_MODE
/ROUNDING_MODE=option
/ROUNDING_MODE=NEAREST (D)
For /FLOAT=IEEE_MODE, the /ROUNDING_MODE qualifier lets you select
one of the following IEEE rounding modes:
o NEAREST (default)
o DYNAMIC
o MINUS_INFINITY
o CHOPPED
And "strict" modes
/ASSUME
/ASSUME=(option[,...])
Controls compiler assumptions. You may select the following
options:
[NO]ACCURACY_SENSITIVE
Specifies whether certain code transformations that affect
floating-point...