]> Git Repo - qemu.git/commit
target-arm: fix for exponent comparison in recpe_f64
authorIldar Isaev <[email protected]>
Thu, 5 Feb 2015 13:37:25 +0000 (13:37 +0000)
committerPeter Maydell <[email protected]>
Thu, 5 Feb 2015 13:37:25 +0000 (13:37 +0000)
commitfc1792e9aa36227ee9994757974f9397684e1a48
tree09e791d458a9e12f1d05b66a461e0a6307189929
parent84f2bed3cf505f90b7918e2de32e11da27160563
target-arm: fix for exponent comparison in recpe_f64

f64 exponent in HELPER(recpe_f64) should be compared to 2045 rather than 1023
(FPRecipEstimate in ARMV8 spec). This fixes incorrect underflow handling when
flushing denormals to zero in the FRECPE instructions operating on 64-bit
values.

Signed-off-by: Ildar Isaev <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target-arm/helper.c
This page took 0.025168 seconds and 4 git commands to generate.