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 +
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 |