qemu-s390x
[Top][All Lists]
Advanced

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

Re: [PATCH 06/21] target/hppa: Explicitly set 2-NaN propagation rule


From: Richard Henderson
Subject: Re: [PATCH 06/21] target/hppa: Explicitly set 2-NaN propagation rule
Date: Mon, 28 Oct 2024 12:14:59 +0000
User-agent: Mozilla Thunderbird

On 10/25/24 15:12, Peter Maydell wrote:
Set the 2-NaN propagation rule explicitly in env->fp_status.

Really we only need to do this at CPU reset (after reset has zeroed
out most of the CPU state struct, which typically includes fp_status
fields).  However target/hppa does not currently implement CPU reset
at all, so leave a TODO comment to note that this could be moved if
we ever do implement reset.

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

We could do this in hppa_cpu_init().  Anyway,

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

r~



reply via email to

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