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.26-401-g4c5a7a0


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  4c5a7a02b66af196ee17026f64b2e78fbfc0776a (commit)
      from  12ef66c411efe5910f0a9a74c92480db7e12eae0 (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=4c5a7a02b66af196ee17026f64b2e78fbfc0776a

commit 4c5a7a02b66af196ee17026f64b2e78fbfc0776a
Author: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Date:   Tue Sep 26 16:13:33 2017 -0300

    powerpc: Regenerate ULPs for expf() and exp2f()
    
    Remove all entries for expf() and exp2f() and regenerate them.
    
    	* sysdeps/powerpc/fpu/libm-test-ulps: Regenerate expf() and
    	exp2f() values.

diff --git a/ChangeLog b/ChangeLog
index f8435ad..87e4067 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-26  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
+
+	* sysdeps/powerpc/fpu/libm-test-ulps: Regenerate expf() and
+	exp2f() values.
+
 2017-09-26  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #22156]
diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps
index 000d201..3ed864c 100644
--- a/sysdeps/powerpc/fpu/libm-test-ulps
+++ b/sysdeps/powerpc/fpu/libm-test-ulps
@@ -1899,10 +1899,8 @@ ldouble: 7
 
 Function: "exp":
 double: 1
-float: 1
 float128: 1
 idouble: 1
-ifloat: 1
 ifloat128: 1
 ildouble: 1
 ldouble: 1
@@ -1947,30 +1945,24 @@ ldouble: 4
 
 Function: "exp2":
 double: 1
-float: 1
 float128: 1
 idouble: 1
-ifloat: 1
 ifloat128: 1
 ildouble: 2
 ldouble: 2
 
 Function: "exp2_downward":
 double: 1
-float: 1
 float128: 1
 idouble: 1
-ifloat: 1
 ifloat128: 1
 ildouble: 1
 ldouble: 1
 
 Function: "exp2_towardzero":
 double: 1
-float: 1
 float128: 1
 idouble: 1
-ifloat: 1
 ifloat128: 1
 ildouble: 2
 ldouble: 2
@@ -1987,13 +1979,17 @@ ldouble: 2
 
 Function: "exp_downward":
 double: 1
+float: 1
 idouble: 1
+ifloat: 1
 ildouble: 2
 ldouble: 2
 
 Function: "exp_towardzero":
 double: 1
+float: 1
 idouble: 1
+ifloat: 1
 ildouble: 2
 ldouble: 2
 

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

Summary of changes:
 ChangeLog                          |    5 +++++
 sysdeps/powerpc/fpu/libm-test-ulps |   12 ++++--------
 2 files changed, 9 insertions(+), 8 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]