mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 13:31:07 +00:00
e65fd25e17
For float16 ARM supports an alternative half-precision format which sacrifices the ability to represent NaN/Inf in return for a higher dynamic range. The new FloatFmt flag, arm_althp, is then used to modify the behaviour of canonicalize and round_canonical with respect to representation and exception raising. Usage of this new flag waits until we re-factor float-to-float conversions. Backports commit ca3a3d5a3141d44aa717dc11e4d33a834a85e1f6 from qemu |
||
---|---|---|
.. | ||
softfloat-macros.h | ||
softfloat-specialize.h | ||
softfloat.c |