mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target/sparc: Set Float3NaNPropRule explicitly
Set the Float3NaNPropRule explicitly for SPARC, and remove the ifdef from pickNaNMulAdd(). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20241202131347.498124-22-peter.maydell@linaro.org
This commit is contained in:
parent
b07039a03e
commit
49866dcb59
2 changed files with 2 additions and 2 deletions
|
@ -814,6 +814,8 @@ static void sparc_cpu_realizefn(DeviceState *dev, Error **errp)
|
|||
* the CPU state struct so it won't get zeroed on reset.
|
||||
*/
|
||||
set_float_2nan_prop_rule(float_2nan_prop_s_ba, &env->fp_status);
|
||||
/* For fused-multiply add, prefer SNaN over QNaN, then C->B->A */
|
||||
set_float_3nan_prop_rule(float_3nan_prop_s_cba, &env->fp_status);
|
||||
/* For inf * 0 + NaN, return the input NaN */
|
||||
set_float_infzeronan_rule(float_infzeronan_dnan_never, &env->fp_status);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue