qemu/include/fpu
Peter Maydell bc0b360def 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
2024-11-05 10:09:58 +00:00
..
softfloat-helpers.h softfloat: Allow 2-operand NaN propagation rule to be set at runtime 2024-11-05 10:09:52 +00:00
softfloat-macros.h host-utils: move udiv_qrnnd() to host-utils 2021-10-27 17:10:00 -07:00
softfloat-types.h softfloat: Remove fallback rule from pickNaN() 2024-11-05 10:09:58 +00:00
softfloat.h fpu: Add conversions between bfloat16 and [u]int8 2023-09-16 14:57:15 +00:00