]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/fp/fp-test: Reverse order of floatx80 precision tests
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Nov 2020 01:32:01 +0000 (17:32 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Jun 2021 21:09:02 +0000 (14:09 -0700)
commit7ccae4ce7e4bb7c2f873986b6b6b0fc680e0a8bd
treebc4dadd929478bf720bebb41d847560d4f4a36e1
parent98b3cff7537ad2a9ce0faa6ad0af4191bd066916
tests/fp/fp-test: Reverse order of floatx80 precision tests

Many qemu softfloat will check floatx80_rounding_precision
even when berkeley testfloat will not.  So begin with
floatx80_precision_x, so that's the one we use
when !FUNC_EFF_ROUNDINGPRECISION.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tests/fp/fp-test.c