qemu-patch-raspberry4/linux-user/arm/nwfpe
Peter Maydell 3ebe80c299 linux-user: Fix incorrect NaN detection in ARM nwfpe emulation
The code in the linux-user ARM nwfpe emulation was incorrectly
checking only for quiet NaNs when it should have been checking
for any kind of NaN. This is probably because the code in
question was taken from the Linux kernel, whose copy of the
softfloat library had been modified so that float*_is_nan()
returned true for all NaNs, not just quiet ones. The qemu
equivalent function is float*_is_any_nan(), so use that.
NB that this code is really obsolete since nobody uses FPE
for actual arithmetic now; this is just cleanup following
the recent renaming of the NaN related functions.

Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
2011-01-07 17:38:48 +02:00
..
double_cpdo.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
extended_cpdo.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11.h Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11.inl Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11_cpdo.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11_cpdt.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11_cprt.c linux-user: Fix incorrect NaN detection in ARM nwfpe emulation 2011-01-07 17:38:48 +02:00
fpopcode.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpopcode.h Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpsr.h Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
single_cpdo.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00