[PATCH] Update powerpc libm-test-ulps
Matheus Castanho
msc@linux.ibm.com
Thu Aug 20 18:37:00 GMT 2020
Before this patch, the following tests were failing:
ppc and ppc64:
FAIL: math/test-ldouble-j0
ppc64le:
FAIL: math/test-ibm128-j0
---
sysdeps/powerpc/fpu/libm-test-ulps | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps
index cd2a5fed45..0b82c3f107 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
+ldouble: 16
Function: "j0_upward":
double: 4
--
2.25.4
More information about the Libc-alpha
mailing list