On Fri, Oct 25, 2024 at 7:13 AM Peter Maydell <peter.mayd...@linaro.org> wrote: > > In xtensa we currently call set_use_first_nan() in a lot of > places where we want to switch the NaN-propagation handling. > We're about to change the softfloat API we use to do that, > so start by factoring all the calls out into a single > xtensa_use_first_nan() function. > > The bulk of this change was done with > sed -i -e 's/set_use_first_nan(\([^,]*\),[^)]*)/xtensa_use_first_nan(env, > \1)/' target/xtensa/fpu_helper.c > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/xtensa/cpu.h | 6 ++++++ > target/xtensa/cpu.c | 2 +- > target/xtensa/fpu_helper.c | 33 +++++++++++++++++++-------------- > 3 files changed, 26 insertions(+), 15 deletions(-)
Reviewed-by: Max Filippov <jcmvb...@gmail.com> -- Thanks. -- Max