On 1/24/25 08:28, Peter Maydell wrote:
Implement the FPCR.AH semantics for the SVE FMAX and FMIN operations that take an immediate as the second operand.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/tcg/helper-sve.h | 14 ++++++++++++++ target/arm/tcg/sve_helper.c | 8 ++++++++ target/arm/tcg/translate-sve.c | 25 +++++++++++++++++++++++-- 3 files changed, 45 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~