qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 64/76] target/arm: Handle FPCR.AH in negation in FMLS (vector


From: Richard Henderson
Subject: Re: [PATCH 64/76] target/arm: Handle FPCR.AH in negation in FMLS (vector)
Date: Sun, 26 Jan 2025 05:17:30 -0800
User-agent: Mozilla Thunderbird

On 1/24/25 08:28, Peter Maydell wrote:
Handle the FPCR.AH "don't negate the sign of a NaN" semantics
in FMLS (vector), by implementing a new set of helpers for
the AH=1 case.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/helper.h            |  4 ++++
  target/arm/tcg/translate-a64.c |  7 ++++++-
  target/arm/tcg/vec_helper.c    | 25 +++++++++++++++++++++++++
  3 files changed, 35 insertions(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]