commit | c7498daea76948128c1298d78fe9e7e618b5ff7c | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 11 08:12:22 2011 +0000 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Apr 03 17:05:43 2011 +0200 |
tree | 5017076df77d382bcdd2d90d56e112e8173de251 | |
parent | 51d852672cb8536c541ed5b1dc4ee8f989a96cd7 [diff] |
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>