diff options
author | Matheus Castanho <msc@linux.ibm.com> | 2020-09-10 15:06:34 -0300 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2020-09-10 15:52:01 -0300 |
commit | c71d13a0984f677b294ee62eb0dd372e4ee5b32b (patch) | |
tree | 36e9b1c715a674801277799d1804fcad4fe62249 /sysdeps/powerpc/fpu | |
parent | 26fbd74059dc8b9c54b69c3df5ccf539f9a5d2c7 (diff) | |
download | glibc-c71d13a0984f677b294ee62eb0dd372e4ee5b32b.tar.gz glibc-c71d13a0984f677b294ee62eb0dd372e4ee5b32b.tar.xz glibc-c71d13a0984f677b294ee62eb0dd372e4ee5b32b.zip |
Update powerpc libm-test-ulps
Before this patch, the following tests were failing: ppc and ppc64: FAIL: math/test-ldouble-j0 ppc64le: FAIL: math/test-float128-j0 FAIL: math/test-float64x-j0 FAIL: math/test-ibm128-j0 FAIL: math/test-ldouble-j0
Diffstat (limited to 'sysdeps/powerpc/fpu')
-rw-r--r-- | sysdeps/powerpc/fpu/libm-test-ulps | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps index cd2a5fed45..fa2555f22b 100644 --- a/sysdeps/powerpc/fpu/libm-test-ulps +++ b/sysdeps/powerpc/fpu/libm-test-ulps @@ -1317,13 +1317,13 @@ Function: "j0_downward": double: 2 float: 4 float128: 4 -ldouble: 11 +ldouble: 12 Function: "j0_towardzero": double: 5 float: 6 -float128: 2 -ldouble: 8 +float128: 4 +ldouble: 16 Function: "j0_upward": double: 4 |