From c71d13a0984f677b294ee62eb0dd372e4ee5b32b Mon Sep 17 00:00:00 2001 From: Matheus Castanho Date: Thu, 10 Sep 2020 15:06:34 -0300 Subject: 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 --- sysdeps/powerpc/fpu/libm-test-ulps | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/powerpc') diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps index cd2a5fe..fa2555f 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 -- cgit v1.1