unicorn/qemu/fpu
Joseph Myers 2d50384633 softfloat: do not return pseudo-denormal from floatx80 remainder
The floatx80 remainder implementation sometimes returns the numerator
unchanged when the denominator is sufficiently larger than the
numerator. But if the value to be returned unchanged is a
pseudo-denormal, that is incorrect. Fix it to normalize the numerator
in that case.

Backports commit b662495dca0a2a36008cf8def91e2566519ed3f2 from qemu
2021-02-25 13:36:42 -05:00
..
softfloat-specialize.inc.c softfloat: Return bool from all classification predicates 2020-05-21 18:23:11 -04:00
softfloat.c softfloat: do not return pseudo-denormal from floatx80 remainder 2021-02-25 13:36:42 -05:00