diff options
author | 2023-08-20 17:28:33 -0700 | |
---|---|---|
committer | 2023-09-16 14:57:16 +0000 | |
commit | 722460652b3aee89dc19df61f1f33df53a9b97c9 (patch) | |
tree | 84cca92504817a5b1ccb466fa918e8cebb262090 /scripts/qapi/source.py | |
parent | fpu: Add conversions between bfloat16 and [u]int8 (diff) | |
download | qemu-722460652b3aee89dc19df61f1f33df53a9b97c9.tar.xz qemu-722460652b3aee89dc19df61f1f33df53a9b97c9.zip |
fpu: Handle m68k extended precision denormals properly
Motorola treats denormals with explicit integer bit set as
having unbiased exponent 0, unlike Intel which treats it as
having unbiased exponent 1 (more like all other IEEE formats
that have no explicit integer bit).
Add a flag on FloatFmt to differentiate the behaviour.
Reported-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts/qapi/source.py')
0 files changed, 0 insertions, 0 deletions