On 1/24/25 08:28, Peter Maydell wrote:
Split the handling of vector FABD so that it calls a different set of helpers when FPCR.AH is 1, which implement the "no negation of the sign of a NaN" semantics.Signed-off-by: Peter Maydell<[email protected]> --- target/arm/helper.h | 4 ++++ target/arm/tcg/translate-a64.c | 7 ++++++- target/arm/tcg/vec_helper.c | 23 +++++++++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
