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<[email protected]> --- target/arm/vfp_helper.c | 77 ++++++++++++++++++++++++++++++++++------- 1 file changed, 64 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
