Re: [PATCH 46/76] target/arm: Implement FPCR.AH semantics for vector FMIN/FMAX

2025-01-26 Thread Richard Henderson
On 1/24/25 08:28, Peter Maydell wrote: Implement the FPCR.AH == 1 semantics for vector FMIN/FMAX, by creating new_ah_ versions of the gvec helpers which invoke the scalar fmin_ah and fmax_ah helpers on each element. Signed-off-by: Peter Maydell --- target/arm/tcg/helper-sve.h| 14 +

[PATCH 46/76] target/arm: Implement FPCR.AH semantics for vector FMIN/FMAX

2025-01-24 Thread Peter Maydell
Implement the FPCR.AH == 1 semantics for vector FMIN/FMAX, by creating new _ah_ versions of the gvec helpers which invoke the scalar fmin_ah and fmax_ah helpers on each element. Signed-off-by: Peter Maydell --- target/arm/tcg/helper-sve.h| 14 ++ target/arm/tcg/translate-a64.c |