target-arm: Make Neon helper routines use correct FP status
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2011 10:46:35 +0000 (11:46 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 4 Apr 2011 18:18:07 +0000 (20:18 +0200)
commit925b87ba31d88dee127b23edc5707d00f7bca227
treef8297c121717679b46299d886ab6c44d6faf145b
parent867bf1d74ae176b2e34a33b7e01d9ce73815c389
target-arm: Make Neon helper routines use correct FP status

Make the Neon helper routines use the correct FP status from
the CPUEnv rather than using a dummy static one. This means
they will correctly handle denormals and NaNs and will set
FPSCR exception bits properly.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/neon_helper.c