unicorn/qemu/fpu
Joseph Myers e4cfbc1f06 softfloat: do not set denominator high bit for floatx80 remainder
The floatx80 remainder implementation unnecessarily sets the high bit
of bSig explicitly. By that point in the function, arguments that are
invalid, zero, infinity or NaN have already been handled and
subnormals have been through normalizeFloatx80Subnormal, so the high
bit will already be set. Remove the unnecessary code.

Backports commit 566601f1f9d972e44214696d3cb320e6c18880aa from qemu
2021-02-25 13:37:13 -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 set denominator high bit for floatx80 remainder 2021-02-25 13:37:13 -05:00