diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2011-03-11 08:12:23 +0000 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-04-03 17:19:38 +0200 |
commit | 0e3261098ff41c40ce3381b8ad7cff330458da3d (patch) | |
tree | 6f255ed260c0fb1cfba9c6fce0fc5d3058a24842 /input.c | |
parent | c7498daea76948128c1298d78fe9e7e618b5ff7c (diff) |
target-arm: Fix VCLE.F32 #0, VCLT.F32 #0 NaN handling
Implementing the floating-point versions of VCLE #0 and VCLT #0 by
doing a GT comparison and inverting the result gives the wrong
result if the input is a NaN. Implement as a GT comparison with the
operands swapped instead.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'input.c')
0 files changed, 0 insertions, 0 deletions