Revision b1d8e52e fpu/softfloat-specialize.h

b/fpu/softfloat-specialize.h
37 37
#endif
38 38

  
39 39
/*----------------------------------------------------------------------------
40
| Underflow tininess-detection mode, statically initialized to default value.
41
| (The declaration in `softfloat.h' must match the `int8' type here.)
42
*----------------------------------------------------------------------------*/
43
int8 float_detect_tininess = float_tininess_after_rounding;
44

  
45
/*----------------------------------------------------------------------------
46 40
| Raises the exceptions specified by `flags'.  Floating-point traps can be
47 41
| defined here if desired.  It is currently not possible for such a trap
48 42
| to substitute a result value.  If traps are not implemented, this routine

Also available in: Unified diff