mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-25 08:06:20 +00:00
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 |
||
|---|---|---|
| .. | ||
| softfloat-specialize.inc.c | ||
| softfloat.c | ||