Does x86 support "before rounding" tininess detection?

108 Views Asked by At

From experience I know that x86 has "after rounding" tininess detection (as recommended by Annex U of 754r).

However, does x86 support "before rounding" tininess detection as well? (I guess no.)

Extra: I guess that tininess detection method is pre-defined during the design of the hardware. However, I wonder whether there is any hardware that supports both tininess detection methods (switchable via an option).

0

There are 0 best solutions below