From d8f8daf48a3d956913bbfd1608fbb7e94df1ee2c Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Tue, 28 Jan 2025 16:01:54 +0100 Subject: [PATCH] Skip 3DNow tests with precision issues Fixes #4280 --- unittests/ASM/Disabled_Tests | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/unittests/ASM/Disabled_Tests b/unittests/ASM/Disabled_Tests index 6a8e35079b..566840aec6 100644 --- a/unittests/ASM/Disabled_Tests +++ b/unittests/ASM/Disabled_Tests @@ -17,7 +17,6 @@ Test_Primary/Primary_E9.asm # Relies on undefined behaviour Test_X87/D9_F9.asm - Test_X87/D9_F2.asm # Relies on rounding correctness @@ -25,3 +24,9 @@ Test_X87/D9_F8.asm # This is basically a benchmark. FEX_bugs/XeSS_quadratic.asm + +# 3DNow reciprocal with rpres doesn't offer the same precision as native and fails the tests. +Test_3DNow/86.asm +Test_3DNow/87.asm +Test_3DNow/96.asm +Test_3DNow/97.asm \ No newline at end of file