This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] powerpc: Regenerate ULPs [committed]


After this update, math/test-ildouble, math/test-ldouble and
math/test-ldouble-finite pass on hard float, POWER < 7 builds.

Tested on powerpc, powerpc64 and powerpc64le.
---
 ChangeLog                          |  4 ++++
 sysdeps/powerpc/fpu/libm-test-ulps | 28 ++++++++++++++--------------
 2 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8458f8c..5cdf71a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-13  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
+
+	* sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
+
 2017-01-12  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
 	* po/cs.po: Merge translations from the Translation Project.
diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps
index a0e2568..332741f 100644
--- a/sysdeps/powerpc/fpu/libm-test-ulps
+++ b/sysdeps/powerpc/fpu/libm-test-ulps
@@ -40,9 +40,9 @@ ildouble: 2
 ldouble: 2
 
 Function: "acosh_downward":
-double: 1
+double: 2
 float: 2
-idouble: 1
+idouble: 2
 ifloat: 2
 ildouble: 3
 ldouble: 3
@@ -1672,16 +1672,16 @@ double: 4
 float: 4
 idouble: 4
 ifloat: 4
-ildouble: 14
-ldouble: 14
+ildouble: 15
+ldouble: 15
 
 Function: "gamma_towardzero":
 double: 4
 float: 3
 idouble: 4
 ifloat: 3
-ildouble: 14
-ldouble: 14
+ildouble: 16
+ldouble: 16
 
 Function: "gamma_upward":
 double: 4
@@ -1824,16 +1824,16 @@ double: 4
 float: 4
 idouble: 4
 ifloat: 4
-ildouble: 14
-ldouble: 14
+ildouble: 15
+ldouble: 15
 
 Function: "lgamma_towardzero":
 double: 4
 float: 3
 idouble: 4
 ifloat: 3
-ildouble: 14
-ldouble: 14
+ildouble: 16
+ldouble: 16
 
 Function: "lgamma_upward":
 double: 4
@@ -1952,16 +1952,16 @@ ildouble: 1
 ldouble: 1
 
 Function: "log_towardzero":
-float: 1
-ifloat: 1
+float: 2
+ifloat: 2
 ildouble: 2
 ldouble: 2
 
 Function: "log_upward":
 double: 1
-float: 1
+float: 2
 idouble: 1
-ifloat: 1
+ifloat: 2
 ildouble: 1
 ldouble: 1
 
-- 
2.1.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]