]> git.ipfire.org Git - thirdparty/qemu.git/commit
softfloat: Remove fallback rule from pickNaN()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Nov 2024 10:09:58 +0000 (10:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Nov 2024 10:09:58 +0000 (10:09 +0000)
commitbc0b360def4d4735c3f30e0a35ae9f49209df37a
treed8067424bc5f3372cbb52da6f8685ce410b49b68
parentba6558461cb0280ad861b376cbfff4680be82570
softfloat: Remove fallback rule from pickNaN()

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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241025141254.2141506-22-peter.maydell@linaro.org
fpu/softfloat-specialize.c.inc
include/fpu/softfloat-types.h