On Fri, 25 Oct 2024 at 15:13, Peter Maydell <peter.mayd...@linaro.org> wrote: > > Explicitly set the 2-NaN propagation rule on env->fp_status > and on the temporary fp_status that we use in frem (since > we pass that to a division operation function). > --- > target/m68k/cpu.c | 16 ++++++++++++++++ > target/m68k/fpu_helper.c | 1 + > fpu/softfloat-specialize.c.inc | 19 +------------------ > 3 files changed, 18 insertions(+), 18 deletions(-)
Whoops, Laurent pointed out I forgot to add a signed-off-by on this patch, so here it is: Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> -- PMM