]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/fp: Explicitly set 2-NaN propagation rule
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Nov 2024 10:09:53 +0000 (10:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Nov 2024 10:09:53 +0000 (10:09 +0000)
commitd22c9949d73d714e1ea2caf033131d882ad1d66a
tree3c983b1316c0d33901aad8a944f3d00b524ce3a9
parent8a132968b2ce3f7078c8643dbc00e5c642eef0f6
tests/fp: Explicitly set 2-NaN propagation rule

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.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241025141254.2141506-3-peter.maydell@linaro.org
tests/fp/fp-bench.c
tests/fp/fp-test-log2.c
tests/fp/fp-test.c