qemu-e2k/fpu
Peter Maydell e744c06fca fpu/softfloat.c: Return correctly signed values from uint64_to_float32
The uint64_to_float32() conversion function was incorrectly always
returning numbers with the sign bit set (ie negative numbers). Correct
this so we return positive numbers instead.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2012-10-01 22:06:39 +02:00
..
softfloat-macros.h softfloat: Replace int16 type with int_fast16_t 2012-04-28 09:13:26 +00:00
softfloat-specialize.h target-xtensa: specialize softfloat NaN rules 2012-09-22 17:59:12 +00:00
softfloat.c fpu/softfloat.c: Return correctly signed values from uint64_to_float32 2012-10-01 22:06:39 +02:00
softfloat.h softfloat: add NO_SIGNALING_NANS 2012-09-22 17:59:12 +00:00