commit | cc49f2178041d5754368d4b62cb56b735aafbe9f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Apr 04 11:46:35 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Apr 04 20:18:07 2011 +0200 |
tree | f8297c121717679b46299d886ab6c44d6faf145b | |
parent | 947a2fa21b61703802a660a938cabd7b3600ee79 [diff] |
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>