]> git.proxmox.com Git - qemu.git/commit
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)
commitf591e1bedf01a4b1de0891a66320a0724412d009
tree0fba55df4f2ccf047999eb927f16ffcc0e4ea0c3
parent600e30d2b293bd19b0d0cdb7e8a517cecf482d12
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