diff options
author | Richard Henderson | 2016-12-15 19:46:40 +0100 |
---|---|---|
committer | Richard Henderson | 2017-01-23 18:52:40 +0100 |
commit | 005fa38d86257d471ac461c066a5409a9f5ebb02 (patch) | |
tree | f8969620f61a858b105dd5616618faf99c6e4d64 /MAINTAINERS | |
parent | linux-user: Add HPPA startup and main loop (diff) | |
download | qemu-005fa38d86257d471ac461c066a5409a9f5ebb02.tar.gz qemu-005fa38d86257d471ac461c066a5409a9f5ebb02.tar.xz qemu-005fa38d86257d471ac461c066a5409a9f5ebb02.zip |
target-hppa: Add softfloat specializations
Like the original MIPS, HPPA has the MSB of an SNaN set.
However, it has different rules for silencing an SNaN:
(1) msb is cleared and (2) msb-1 must be set if the fraction
is now zero, and (implementation defined) may be set always.
I haven't checked real hardware but chose the set always
alternative because it's easy and within spec.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions