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).