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

Implement the increased precision variation of FRECPE.  In the
pseudocode this corresponds to the handling of the
"increasedprecision" boolean in the FPRecipEstimate() and
RecipEstimate() functions.

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