commit | c1567205e000369aec6c73bfbd60219098b34d3e | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sat Feb 01 16:39:57 2025 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Feb 11 16:22:07 2025 +0000 |
tree | b0e119883803c53a5d49eea12cf725a0376e52a5 | |
parent | 0ff5c021f04d7dbaec174451e7a0dab3822b1b0d [diff] |
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>