qemu-irix/fpu
Peter Maydell a8f2299d1b 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>
(cherry picked from commit e744c06fca)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2012-10-11 21:44:21 -05:00
..
softfloat-macros.h softfloat: Replace int16 type with int_fast16_t 2012-04-28 09:13:26 +00:00
softfloat-specialize.h softfloat: fix for C99 2012-03-17 13:01:18 +00:00
softfloat.c fpu/softfloat.c: Return correctly signed values from uint64_to_float32 2012-10-11 21:44:21 -05:00
softfloat.h softfloat: Replace int16 type with int_fast16_t 2012-04-28 09:13:26 +00:00