]> git.proxmox.com Git - qemu.git/commit
target-arm: Signal Underflow when denormal flushed to zero on output
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 19 May 2011 13:46:18 +0000 (14:46 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 23 May 2011 20:39:36 +0000 (22:39 +0200)
commit36802b6b1ed7887aeae5d027f86a969400f8824a
tree2ef460bb4d8f3515c4e9ae912940bd8ace4cf078
parente6afc87f804abee7d0479be5e8e31c56d885fafb
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>
target-arm/helper.c