MIPS: soft-fp NaN representation corrections
authorMaciej W. Rozycki <macro@codesourcery.com>
Thu, 16 May 2013 22:33:55 +0000 (23:33 +0100)
committerMaciej W. Rozycki <macro@codesourcery.com>
Thu, 16 May 2013 22:33:55 +0000 (23:33 +0100)
commit2848b105856e49d98f3c5026b6d8d790f9723c0c
tree66e6cc9d3c1c6d95324e50ceb1140d0eed52ec37
parentc58b274f01658400ba75886b04cb044ba9467a94
MIPS: soft-fp NaN representation corrections

[BZ #15442] This adds support for the inverse interpretation of the
quiet bit of IEEE 754 floating-point NaN data that some processors
use.  This includes in particular MIPS architecture processors; the
payload used for the canonical qNaN encoding is updated accordingly
so as not to interfere with the quiet bit.
15 files changed:
ChangeLog
NEWS
ports/ChangeLog.aarch64
ports/ChangeLog.alpha
ports/ChangeLog.mips
ports/ChangeLog.powerpc
ports/sysdeps/aarch64/soft-fp/sfp-machine.h
ports/sysdeps/alpha/soft-fp/sfp-machine.h
ports/sysdeps/mips/mips64/soft-fp/sfp-machine.h
ports/sysdeps/mips/soft-fp/sfp-machine.h
ports/sysdeps/powerpc/soft-fp/sfp-machine.h
soft-fp/op-common.h
soft-fp/testit.c
sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
sysdeps/sparc/sparc64/soft-fp/sfp-machine.h