Re: [PATCH for-10.0 15/25] tests/fp: Explicitly set 3-NaN propagation rule

2024-11-28 Thread Richard Henderson
On 11/28/24 04:43, Peter Maydell wrote: Explicitly set a rule in the softfloat tests for propagating NaNs in the muladd case. In meson.build we put -DTARGET_ARM in fpcflags, and so we should select here the Arm rule of float_3nan_prop_s_cab. Signed-off-by: Peter Maydell --- tests/fp/fp-bench.

[PATCH for-10.0 15/25] tests/fp: Explicitly set 3-NaN propagation rule

2024-11-28 Thread Peter Maydell
Explicitly set a rule in the softfloat tests for propagating NaNs in the muladd case. In meson.build we put -DTARGET_ARM in fpcflags, and so we should select here the Arm rule of float_3nan_prop_s_cab. Signed-off-by: Peter Maydell --- tests/fp/fp-bench.c | 1 + tests/fp/fp-test.c | 1 + 2 file