softfloat: Correctly handle NaNs in float16_to_float32()
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Feb 2011 11:28:59 +0000 (11:28 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 10 Feb 2011 17:28:29 +0000 (18:28 +0100)
commit970d72e8810ce0ae159bb51ec0e5d84fc5292a0c
tree0fba55df4f2ccf047999eb927f16ffcc0e4ea0c3
parentc438758fc649c5368ca30837956d994016261608
softfloat: Correctly handle NaNs in float16_to_float32()

Correctly handle NaNs in float16_to_float32(), by defining and
using a float16ToCommonNaN() function, as we do with the other formats.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
fpu/softfloat-specialize.h
fpu/softfloat.c