mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-25 13:15:39 +00:00
76e343ef55
Without bounding the increment, we can overflow exp either here in scalbn_decomposed or when adding the bias in round_canonical. This can result in e.g. underflowing to 0 instead of overflowing to infinity. The old softfloat code did bound the increment. Backports commit ce8d4082054519f2eaac39958edde502860a7fc6 from qemu |
||
---|---|---|
.. | ||
softfloat-macros.h | ||
softfloat-specialize.h | ||
softfloat.c |