]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/m68k: Explicitly set 2-NaN propagation rule
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Nov 2024 10:09:54 +0000 (10:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Nov 2024 10:09:54 +0000 (10:09 +0000)
commit0527cfd94c1d648870176b5610aaefb4fc1d7eba
tree694ef46dae52068573f43342268c1c2462a9a178
parent5aaab56a1ab63d7604308be4e746b8804ccff7da
target/m68k: Explicitly set 2-NaN propagation rule

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).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
fpu/softfloat-specialize.c.inc
target/m68k/cpu.c
target/m68k/fpu_helper.c