1
0
Andrew Waterman cc389bea90 Fix in-register representation of fdiv.s/fsqrt.s result
We were zero-extending it, which is a double-precision zero in the recoded
format.  So, when spilled and reloaded with fsd/fld, the original value
was destroyed.  Instead, set the MSBs so that it represents sNaN.  When
spilled, the single-precision number will be preserved as the NaN payload.
2017-03-07 20:51:32 -08:00
..
2017-02-09 13:59:09 -08:00
2017-02-09 13:59:09 -08:00
2017-02-09 13:59:09 -08:00
2017-02-09 13:59:09 -08:00