target-arm: Use new softfloat min/max functions for VMAX, VMIN
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 11 Mar 2011 08:12:26 +0000 (08:12 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 3 Apr 2011 15:19:38 +0000 (17:19 +0200)
commit4a9f9cb24de52e93aae7539a004dd20314ca1c0c
treef16f8a442b0090d44b069a5fe4d5869bb8f23d16
parent274f1b041e0d550750cc6992092ad0197b2c5320
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>
target-arm/neon_helper.c