]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement increased precision FRSQRTE
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 1 Feb 2025 16:39:58 +0000 (16:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:07 +0000 (16:22 +0000)
commit22330d2b0f6152d87114fec916f323e6726341d3
tree74303fb4a3b10fe14ade2a85903286a001c678de
parentc1567205e000369aec6c73bfbd60219098b34d3e
target/arm: Implement increased precision FRSQRTE

Implement the increased precision variation of FRSQRTE.  In the
pseudocode this corresponds to the handling of the
"increasedprecision" boolean in the FPRSqrtEstimate() and
RecipSqrtEstimate() functions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/vfp_helper.c