qemu-s390x
[Top][All Lists]
Advanced

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

Re: [PATCH 21/21] softfloat: Remove fallback rule from pickNaN()


From: Richard Henderson
Subject: Re: [PATCH 21/21] softfloat: Remove fallback rule from pickNaN()
Date: Mon, 28 Oct 2024 12:28:34 +0000
User-agent: Mozilla Thunderbird

On 10/25/24 15:12, Peter Maydell wrote:
Now that all targets have been converted to explicitly set a NaN
propagation rule, we can remove the set of target ifdefs (which now
list every target) and clean up the references to fallback behaviour
for float_2nan_prop_none.

The "default" case in the switch will catch any remaining places
where status->float_2nan_prop_rule was not set by the target.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  include/fpu/softfloat-types.h  | 10 +++-------
  fpu/softfloat-specialize.c.inc | 23 +++--------------------
  2 files changed, 6 insertions(+), 27 deletions(-)

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

r~



reply via email to

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