search for: underflow_to_zero

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

2018 Jan 12
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...d.      Options:       FAST              During program execution, only finite values (no                         infinities, NaNs, or denorms) are created.                         Exceptional conditions, such as floating point                         overflow and divide by zero, are fatal.       UNDERFLOW_TO_ZERO Generate infinities and NaNs.  Flush                         denormalized results and underflow to zero                         without exceptions.       DENORM_RESULTS    Same as UNDERFLOW_TO_ZERO, except that denorms                         are generated.  This is the default for I64             ...