search for: accuracy_sensitive

Displaying 1 result from an estimated 1 matches for "accuracy_sensitive".

2018 Jan 12
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...     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 operations are allowed.  These changes may or            may not affect the accuracy of the program's results.            If you specify NOACCURACY_SENSITIVE, the compiler is free to            reo...