On Fri, Oct 25, 2024 at 7:13 AM Peter Maydell <peter.mayd...@linaro.org> 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: Max Filippov <jcmvb...@gmail.com> -- Thanks. -- Max