commit | ec444452b8753a372de30b22d9b4765a799db612 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Apr 19 17:30:55 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Apr 20 13:01:05 2011 +0200 |
tree | 8f3951aeafd37460a944f227470e087cd50312c9 | |
parent | 756ba3b0127fea2bfb538d256c76f19aec126732 [diff] |
target-arm: Set Invalid flag for NaN in float-to-int conversions When we catch the special case of an input NaN in ARM float to int helper functions, set the Invalid flag as well as returning the correct result. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>