tests/fp: Explicitly set 3-NaN propagation rule
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:30:57 +0000 (15:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:30:57 +0000 (15:30 +0000)
commit43e51128083185ec5deb2cbe322fb851f7e2d2ae
tree5aae1a5dbcaa7893b3313e11b4e77f0567649df1
parent7a944c30f72380e543b58342e12105dcf98d8496
tests/fp: Explicitly set 3-NaN propagation rule

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 <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241202131347.498124-17-peter.maydell@linaro.org
tests/fp/fp-bench.c
tests/fp/fp-test.c