diff options
author | Joseph Myers <joseph@codesourcery.com> | 2021-09-22 12:35:44 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2021-09-22 12:35:44 +0000 |
commit | 4eff749e8f06d8f6c5fc8b37299e9e0409ed80ec (patch) | |
tree | 51e307b9d2790d67b592b5446d148d5abfc57f65 /math/auto-libm-test-in | |
parent | ed05f7dded5f613f31fcde66dd2fe9a79d6ffe23 (diff) | |
download | glibc-4eff749e8f06d8f6c5fc8b37299e9e0409ed80ec.zip glibc-4eff749e8f06d8f6c5fc8b37299e9e0409ed80ec.tar.gz glibc-4eff749e8f06d8f6c5fc8b37299e9e0409ed80ec.tar.bz2 |
Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPs
Testing for powerpc shows some of the new narrowing div/mul tests need
XFAILing for IBM long double and some ULPs updates are needed for
those tests.
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 119e2ec..0992344 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -4876,14 +4876,14 @@ div 0x1p-126 0x1.0000001p0 div 0x1p-126 -0x1.0000001p0 div -0x1p-126 0x1.0000001p0 div -0x1p-126 -0x1.0000001p0 -div 0x1p-1022 0x1.00000000000001p0 -div 0x1p-1022 -0x1.00000000000001p0 -div -0x1p-1022 0x1.00000000000001p0 -div -0x1p-1022 -0x1.00000000000001p0 -div 0x1p-16382 0x1.00000000000000001p0 -div 0x1p-16382 -0x1.00000000000000001p0 -div -0x1p-16382 0x1.00000000000000001p0 -div -0x1p-16382 -0x1.00000000000000001p0 +div 0x1p-1022 0x1.00000000000001p0 missing-underflow:arg-ibm128 +div 0x1p-1022 -0x1.00000000000001p0 missing-underflow:arg-ibm128 +div -0x1p-1022 0x1.00000000000001p0 missing-underflow:arg-ibm128 +div -0x1p-1022 -0x1.00000000000001p0 missing-underflow:arg-ibm128 +div 0x1p-16382 0x1.00000000000000001p0 missing-underflow:arg-ibm128 xfail-rounding:ibm128-libgcc +div 0x1p-16382 -0x1.00000000000000001p0 missing-underflow:arg-ibm128 xfail-rounding:ibm128-libgcc +div -0x1p-16382 0x1.00000000000000001p0 missing-underflow:arg-ibm128 xfail-rounding:ibm128-libgcc +div -0x1p-16382 -0x1.00000000000000001p0 missing-underflow:arg-ibm128 xfail-rounding:ibm128-libgcc erf 0 erf -0 @@ -6666,14 +6666,14 @@ mul 0x0.ffffff8p-126 0x1.0000001p0 mul 0x0.ffffff8p-126 -0x1.0000001p0 mul -0x0.ffffff8p-126 0x1.0000001p0 mul -0x0.ffffff8p-126 -0x1.0000001p0 -mul 0x0.fffffffffffffcp-1022 0x1.00000000000001p0 -mul 0x0.fffffffffffffcp-1022 -0x1.00000000000001p0 -mul -0x0.fffffffffffffcp-1022 0x1.00000000000001p0 -mul -0x0.fffffffffffffcp-1022 -0x1.00000000000001p0 -mul 0x0.ffffffffffffffff8p-16382 0x1.00000000000000001p0 -mul 0x0.ffffffffffffffff8p-16382 -0x1.00000000000000001p0 -mul -0x0.ffffffffffffffff8p-16382 0x1.00000000000000001p0 -mul -0x0.ffffffffffffffff8p-16382 -0x1.00000000000000001p0 +mul 0x0.fffffffffffffcp-1022 0x1.00000000000001p0 missing-underflow:arg-ibm128 +mul 0x0.fffffffffffffcp-1022 -0x1.00000000000001p0 missing-underflow:arg-ibm128 +mul -0x0.fffffffffffffcp-1022 0x1.00000000000001p0 missing-underflow:arg-ibm128 +mul -0x0.fffffffffffffcp-1022 -0x1.00000000000001p0 missing-underflow:arg-ibm128 +mul 0x0.ffffffffffffffff8p-16382 0x1.00000000000000001p0 missing-underflow:arg-ibm128 +mul 0x0.ffffffffffffffff8p-16382 -0x1.00000000000000001p0 missing-underflow:arg-ibm128 +mul -0x0.ffffffffffffffff8p-16382 0x1.00000000000000001p0 missing-underflow:arg-ibm128 +mul -0x0.ffffffffffffffff8p-16382 -0x1.00000000000000001p0 missing-underflow:arg-ibm128 pow 0 0 pow 0 -0 |