Re: [PATCH 09/21] target/m68k: Explicitly set 2-NaN propagation rule

2024-10-29 Thread Peter Maydell
On Fri, 25 Oct 2024 at 15:13, Peter Maydell 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/m

Re: [PATCH 09/21] target/m68k: Explicitly set 2-NaN propagation rule

2024-10-28 Thread Richard Henderson
On 10/25/24 15:12, Peter Maydell 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

Re: [PATCH 09/21] target/m68k: Explicitly set 2-NaN propagation rule

2024-10-25 Thread Philippe Mathieu-Daudé
On 25/10/24 11:12, Peter Maydell 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

[PATCH 09/21] target/m68k: Explicitly set 2-NaN propagation rule

2024-10-25 Thread Peter Maydell
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