Re: [PATCH 02/21] tests/fp: Explicitly set 2-NaN propagation rule

2024-10-28 Thread Richard Henderson
On 10/25/24 15:12, Peter Maydell wrote: Explicitly set a 2-NaN propagation rule in the softfloat tests. In meson.build we put -DTARGET_ARM in fpcflags, and so we should select here the Arm propagation rule of float_2nan_prop_s_ab. Signed-off-by: Peter Maydell --- tests/fp/fp-bench.c | 2 +

Re: [PATCH 02/21] tests/fp: Explicitly set 2-NaN propagation rule

2024-10-25 Thread Philippe Mathieu-Daudé
On 25/10/24 11:12, Peter Maydell wrote: Explicitly set a 2-NaN propagation rule in the softfloat tests. In meson.build we put -DTARGET_ARM in fpcflags, and so we should select here the Arm propagation rule of float_2nan_prop_s_ab. Signed-off-by: Peter Maydell --- tests/fp/fp-bench.c | 2

[PATCH 02/21] tests/fp: Explicitly set 2-NaN propagation rule

2024-10-25 Thread Peter Maydell
Explicitly set a 2-NaN propagation rule in the softfloat tests. In meson.build we put -DTARGET_ARM in fpcflags, and so we should select here the Arm propagation rule of float_2nan_prop_s_ab. Signed-off-by: Peter Maydell --- tests/fp/fp-bench.c | 2 ++ tests/fp/fp-test-log2.c | 1 + tests/fp