Re: [PATCH 71/76] target/arm: Implement increased precision FRSQRTE

2025-01-26 Thread Richard Henderson
On 1/24/25 08:28, Peter Maydell wrote: 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 --- target/arm/vfp_hel

[PATCH 71/76] target/arm: Implement increased precision FRSQRTE

2025-01-24 Thread Peter Maydell
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 --- target/arm/vfp_helper.c | 77 ++