Re: [PATCH 4/4] target/arm: Use float64_to_int32_modulo for FJCVTZS

2023-06-27 Thread Alex Bennée
Richard Henderson writes: > The standard floating point results are provided by the generic routine. > We only need handle the extra Z flag result afterward. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH 4/4] target/arm: Use float64_to_int32_modulo for FJCVTZS

2023-05-27 Thread Richard Henderson
The standard floating point results are provided by the generic routine. We only need handle the extra Z flag result afterward. Signed-off-by: Richard Henderson --- target/arm/vfp_helper.c | 71 +++-- 1 file changed, 12 insertions(+), 59 deletions(-) diff --g