On 25/10/24 11:12, Peter Maydell wrote:
Set the NaN propagation rule explicitly in xtensa_use_first_nan().
(When we convert the softfloat pickNaNMulAdd routine to also
select a NaN propagation rule at runtime, we will be able to
remove the use_first_nan flag because the propagation rules
will handle everything.)
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
target/xtensa/fpu_helper.c | 2 ++
fpu/softfloat-specialize.c.inc | 12 +-----------
2 files changed, 3 insertions(+), 11 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>