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: Philippe Mathieu-Daudé
Subject: Re: [PATCH 21/21] softfloat: Remove fallback rule from pickNaN()
Date: Sat, 26 Oct 2024 01:31:23 -0300
User-agent: Mozilla Thunderbird

On 25/10/24 11: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: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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