On 1/24/25 08:28, Peter Maydell wrote:
Make SVE FABS honour the FPCR.AH "don't negate the sign of a NaN" semantics.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/tcg/helper-sve.h | 4 ++++ target/arm/tcg/sve_helper.c | 8 ++++++++ target/arm/tcg/translate-sve.c | 7 ++++++- 3 files changed, 18 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~