diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2021-05-11 19:47:49 -0500 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-06-03 14:09:03 -0700 |
commit | 90d004524e31a3efd3352bd1e6a3a312d266cfb0 (patch) | |
tree | 803ddc28a72fc76d2649778f42e448047afaa1a2 /tests/fp/wrap.c.inc | |
parent | feaf2e9c063001a5f9afac0cc1af4ed9dc2af9bc (diff) | |
download | qemu-90d004524e31a3efd3352bd1e6a3a312d266cfb0.zip qemu-90d004524e31a3efd3352bd1e6a3a312d266cfb0.tar.gz qemu-90d004524e31a3efd3352bd1e6a3a312d266cfb0.tar.bz2 |
tests/fp: Enable more tests
Fix the trivial typo in extF80_lt_quiet, and re-enable
all of the floatx80 tests that are now fixed.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <87bl9iyahr.fsf@linaro.org>
[rth: Squash the fix for lt_quiet, and enable that too.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/fp/wrap.c.inc')
-rw-r--r-- | tests/fp/wrap.c.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fp/wrap.c.inc b/tests/fp/wrap.c.inc index cb1bb77..9ff884c 100644 --- a/tests/fp/wrap.c.inc +++ b/tests/fp/wrap.c.inc @@ -643,7 +643,7 @@ WRAP_CMP80(qemu_extF80M_eq, floatx80_eq_quiet) WRAP_CMP80(qemu_extF80M_le, floatx80_le) WRAP_CMP80(qemu_extF80M_lt, floatx80_lt) WRAP_CMP80(qemu_extF80M_le_quiet, floatx80_le_quiet) -WRAP_CMP80(qemu_extF80M_lt_quiet, floatx80_le_quiet) +WRAP_CMP80(qemu_extF80M_lt_quiet, floatx80_lt_quiet) #undef WRAP_CMP80 #define WRAP_CMP128(name, func) \ |