This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.27.9000-649-g74759ae


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  74759ae5b6ad07e0a3df1f7430e6565dd7c47622 (commit)
      from  be525a69a6630abc83144c0a96474f2e26da7443 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=74759ae5b6ad07e0a3df1f7430e6565dd7c47622

commit 74759ae5b6ad07e0a3df1f7430e6565dd7c47622
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jul 26 22:51:06 2018 +0000

    Update powerpc-nofpu ulps.
    
    	* sysdeps/powerpc/nofpu/libm-test-ulps: Update.

diff --git a/ChangeLog b/ChangeLog
index dcd8258..927ea8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-26  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/powerpc/nofpu/libm-test-ulps: Update.
+
 2018-07-26  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ # 23456]
diff --git a/sysdeps/powerpc/nofpu/libm-test-ulps b/sysdeps/powerpc/nofpu/libm-test-ulps
index aee738d..6c13a18 100644
--- a/sysdeps/powerpc/nofpu/libm-test-ulps
+++ b/sysdeps/powerpc/nofpu/libm-test-ulps
@@ -63,6 +63,10 @@ ifloat: 2
 ildouble: 3
 ldouble: 4
 
+Function: "add_ldouble":
+double: 1
+float: 1
+
 Function: "asin":
 float: 1
 ifloat: 1
@@ -1006,7 +1010,9 @@ ildouble: 4
 ldouble: 4
 
 Function: "cos":
+double: 1
 float: 1
+idouble: 1
 ifloat: 1
 ildouble: 4
 ldouble: 4
@@ -1443,6 +1449,9 @@ ifloat: 3
 ildouble: 10
 ldouble: 10
 
+Function: "div_ldouble":
+float: 1
+
 Function: "erf":
 double: 1
 float: 1
@@ -1977,6 +1986,22 @@ ifloat: 2
 ildouble: 1
 ldouble: 1
 
+Function: "mul_downward_ldouble":
+double: 1
+float: 1
+
+Function: "mul_ldouble":
+double: 1
+float: 1
+
+Function: "mul_towardzero_ldouble":
+double: 1
+float: 1
+
+Function: "mul_upward_ldouble":
+double: 1
+float: 1
+
 Function: "nextafter_downward":
 ildouble: 1
 ldouble: 1
@@ -1986,7 +2011,9 @@ ildouble: 1
 ldouble: 1
 
 Function: "pow":
+double: 1
 float: 1
+idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
@@ -2040,7 +2067,9 @@ ildouble: 1
 ldouble: 1
 
 Function: "sin":
+double: 1
 float: 1
+idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
@@ -2070,7 +2099,9 @@ ildouble: 5
 ldouble: 5
 
 Function: "sincos":
+double: 1
 float: 1
+idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
@@ -2147,6 +2178,10 @@ Function: "sqrt_upward":
 ildouble: 1
 ldouble: 1
 
+Function: "sub_ldouble":
+double: 1
+float: 1
+
 Function: "tan":
 float: 1
 ifloat: 1

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                            |    4 +++
 sysdeps/powerpc/nofpu/libm-test-ulps |   35 ++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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