On 1/24/25 08:28, Peter Maydell wrote:
Implement the FPCR.AH semantics for FMAXV and FMINV. These are the "recursively reduce all lanes of a vector to a scalar result" insns; we just need to use the_ah_ helper for the reduction step when FPCR.AH == 1.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/tcg/translate-a64.c | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~