qemu/include/fpu
Peter Maydell dc416d6ca7 fpu: Remove use_first_nan field from float_status
The use_first_nan field in float_status was an xtensa-specific way to
select at runtime from two different NaN propagation rules.  Now that
xtensa is using the target-agnostic NaN propagation rule selection
that we've just added, we can remove use_first_nan, because there is
no longer any code that reads it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241202131347.498124-27-peter.maydell@linaro.org
2024-12-11 15:30:59 +00:00
..
softfloat-helpers.h fpu: Remove use_first_nan field from float_status 2024-12-11 15:30:59 +00:00
softfloat-macros.h host-utils: move udiv_qrnnd() to host-utils 2021-10-27 17:10:00 -07:00
softfloat-types.h fpu: Remove use_first_nan field from float_status 2024-12-11 15:30:59 +00:00
softfloat.h fpu: Add conversions between bfloat16 and [u]int8 2023-09-16 14:57:15 +00:00