commit | 36802b6b1ed7887aeae5d027f86a969400f8824a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu May 19 14:46:18 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon May 23 22:39:36 2011 +0200 |
tree | 2ef460bb4d8f3515c4e9ae912940bd8ace4cf078 | |
parent | e6afc87f804abee7d0479be5e8e31c56d885fafb [diff] |
target-arm: Signal Underflow when denormal flushed to zero on output On ARM the architecture mandates that when an output denormal is flushed to zero we must set the FPSCR UFC (underflow) bit, so map softfloat's float_flag_output_denormal accordingly. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>