target-arm: Return right result for Neon comparison with NaNs
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 11 Mar 2011 08:12:22 +0000 (08:12 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 3 Apr 2011 15:05:43 +0000 (17:05 +0200)
commitb872f0e0b954bb00a6a0717ba437bf8ce7d2ebac
tree5017076df77d382bcdd2d90d56e112e8173de251
parent8fb7c0ea545fe7dde64f73f0cb750ad4421118b1
target-arm: Return right result for Neon comparison with NaNs

Fix the helper functions implementing the Neon floating point comparison
ops (VCGE, VCGT, VCEQ, VACGT, VACGE) to return the right answer when
one of the values being compared is a NaN.

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