]> git.proxmox.com Git - qemu.git/commit
target-arm: Silence NaNs resulting from half-precision conversions
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Feb 2011 11:29:00 +0000 (11:29 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 10 Feb 2011 17:28:30 +0000 (18:28 +0100)
commitfb91678d2c9562484d16b5d7be9119784730c47e
tree6ea4d5d312b80dda5ae8eab53bdc9ead76f4e39b
parentf591e1bedf01a4b1de0891a66320a0724412d009
target-arm: Silence NaNs resulting from half-precision conversions

Silence the NaNs that may result from half-precision conversion,
as we do for the other conversions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/helper.c