unicorn/qemu/fpu
Max Filippov db780eff66 softfloat: make NO_SIGNALING_NANS runtime property
target/xtensa, the only user of NO_SIGNALING_NANS macro has FPU
implementations with and without the corresponding property. With
NO_SIGNALING_NANS being a macro they cannot be a part of the same QEMU
executable.
Replace macro with new property in float_status to allow cores with
different FPU implementations coexist.

Backports cc43c6925113c5bc8f1a0205375931d2e4807c99
2021-02-26 12:11:40 -05:00
..
softfloat-specialize.inc.c softfloat: make NO_SIGNALING_NANS runtime property 2021-02-26 12:11:40 -05:00
softfloat.c softfloat: return low bits of quotient from floatx80_modrem 2021-02-25 13:39:10 -05:00