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 <peter.mayd...@linaro.org> --- tests/fp/fp-bench.c | 2 ++ tests/fp/fp-test-log2.c | 1 + tests/fp/fp-test.c | 2 ++ 3 files changed, 5 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>