qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 for-10.0 14/54] softfloat: Pass have_snan to pickNaNMulAdd


From: Richard Henderson
Subject: Re: [PATCH v2 for-10.0 14/54] softfloat: Pass have_snan to pickNaNMulAdd
Date: Mon, 2 Dec 2024 11:08:50 -0600
User-agent: Mozilla Thunderbird

On 12/2/24 07:13, Peter Maydell wrote:
The new implementation of pickNaNMulAdd() will find it convenient
to know whether at least one of the three arguments to the muladd
was a signaling NaN. We already calculate that in the caller,
so pass it in as a new bool have_snan.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  fpu/softfloat-parts.c.inc      | 5 +++--
  fpu/softfloat-specialize.c.inc | 2 +-
  2 files changed, 4 insertions(+), 3 deletions(-)

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

r~



reply via email to

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