diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2020-04-07 11:41:29 -0300 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2020-04-07 11:41:29 -0300 |
commit | bd6cdfc18c901f6d930c539fb866b2ae8dec94be (patch) | |
tree | ce152eded2ca59afe188bae7c17e1569fdd16b17 /math/auto-libm-test-in | |
parent | 93a0959ef261c92b5d9c337f1e4cb64bbe453a9a (diff) | |
download | glibc-bd6cdfc18c901f6d930c539fb866b2ae8dec94be.tar.gz glibc-bd6cdfc18c901f6d930c539fb866b2ae8dec94be.tar.xz glibc-bd6cdfc18c901f6d930c539fb866b2ae8dec94be.zip |
powerpc: Update ULPs and xfail more ibm128 outputs
There are 2 new input values that require to be marked as xfail-rounding:ibm128-libgcc as they're known to fail because of libgcc issues with different rounding modes. Otherwise, the other tests just need an increase in ULP.
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 749eb34746..4414e54d93 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -5747,7 +5747,7 @@ j0 0x1p1023 j0 0x1p16382 j0 0x1p16383 # the next value generates larger error bounds on x86_64 (binary32) -j0 0x2.602774p+0 +j0 0x2.602774p+0 xfail-rounding:ibm128-libgcc j1 -1.0 j1 0.0 @@ -5780,7 +5780,7 @@ j1 0x1p-100 j1 0x1p-600 j1 0x1p-10000 # the next value generates larger error bounds on x86_64 (binary32) -j1 0x3.ae4b2p+0 +j1 0x3.ae4b2p+0 xfail-rounding:ibm128-libgcc j1 min j1 -min j1 min_subnorm |