qemu/fpu
Peter Maydell 4be8eeacb9 fpu/softfloat.c: Remove pointless shift of always-zero value
In float16_to_float32, when returning an infinity, just pass zero
as the mantissa argument to packFloat32(), rather than shifting
a value which we know must be zero.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
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: Remove pointless shift of always-zero value 2012-10-01 22:06:39 +02:00
softfloat.h softfloat: add NO_SIGNALING_NANS 2012-09-22 17:59:12 +00:00