commit | 4a9f9cb24de52e93aae7539a004dd20314ca1c0c | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 11 08:12:26 2011 +0000 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Apr 03 17:19:38 2011 +0200 |
tree | f16f8a442b0090d44b069a5fe4d5869bb8f23d16 | |
parent | 274f1b041e0d550750cc6992092ad0197b2c5320 [diff] |
target-arm: Use new softfloat min/max functions for VMAX, VMIN Use the new softfloat min/max functions to implement the Neon VMAX and VMIN instructions. This allows us to get the right behaviour for NaN and negative zero. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>