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-296-gb2fd61c


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  b2fd61ca9b252f61d0a5afd06cc5c95a3898d4df (commit)
      from  e7feec374c635b6a29d65c39ae5e1855528fed39 (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=b2fd61ca9b252f61d0a5afd06cc5c95a3898d4df

commit b2fd61ca9b252f61d0a5afd06cc5c95a3898d4df
Author: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Date:   Wed Apr 4 19:17:13 2018 -0300

    powerpc: Update sin, cos and sincos ULPs
    
    	* sysdeps/powerpc/fpu/libm-test-ulps: Increase double-precision
    	sin, cos and sincos to 1 ULP.
    
    Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>

diff --git a/ChangeLog b/ChangeLog
index 2519f54..174bb6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-04  Tulio Magno Quites Machado Filho  <tuliom@linux.ibm.com>
+
+	* sysdeps/powerpc/fpu/libm-test-ulps: Increase double-precision
+	sin, cos and sincos to 1 ULP.
+
 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
 
 	[BZ #19818]
diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps
index 784633c..ea5df2d 100644
--- a/sysdeps/powerpc/fpu/libm-test-ulps
+++ b/sysdeps/powerpc/fpu/libm-test-ulps
@@ -1272,8 +1272,10 @@ ildouble: 4
 ldouble: 4
 
 Function: "cos":
+double: 1
 float: 3
 float128: 1
+idouble: 1
 ifloat: 3
 ifloat128: 1
 ildouble: 4
@@ -2504,8 +2506,10 @@ ildouble: 1
 ldouble: 1
 
 Function: "sin":
+double: 1
 float: 1
 float128: 1
+idouble: 1
 ifloat: 1
 ifloat128: 1
 ildouble: 1
@@ -2542,8 +2546,10 @@ ildouble: 5
 ldouble: 5
 
 Function: "sincos":
+double: 1
 float: 1
 float128: 1
+idouble: 1
 ifloat: 1
 ifloat128: 1
 ildouble: 1

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

Summary of changes:
 ChangeLog                          |    5 +++++
 sysdeps/powerpc/fpu/libm-test-ulps |    6 ++++++
 2 files changed, 11 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]