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.14-411-g0d355eb


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  0d355eb7c71aa4419bda507ec82d9cf8ec14a218 (commit)
      from  fa36182bda38159b39905aa93a47563ab20737b4 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=0d355eb7c71aa4419bda507ec82d9cf8ec14a218

commit 0d355eb7c71aa4419bda507ec82d9cf8ec14a218
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat Oct 22 20:06:23 2011 -0400

    Update ULPs for x86-64

diff --git a/ChangeLog b/ChangeLog
index 5329c14..66182e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
 
+	* sysdeps/x86_64/fpu/libm-test-ulps: Update.
+
 	* sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
 	define DLA_FMA.
 	[DLA_FMA] (EMULV): Use DLA_FMA.
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 25135e3..def9eb3 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -369,8 +369,8 @@ ifloat: 5
 Test "Imaginary part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
 float: 2
 ifloat: 2
-ildouble: 2
-ldouble: 2
+ildouble: 4
+ldouble: 4
 Test "Imaginary part of: cpow (e + 0 i, 0 + 2 * M_PIl i) == 1.0 + 0.0 i":
 double: 2
 float: 2
@@ -812,6 +812,10 @@ Test "sincos (pi/6, &sin_res, &cos_res) puts 0.866025403784438646763723170752936
 float: 1
 ifloat: 1
 
+Test "sinh (0x8p-32) == 1.86264514923095703232705808926175479e-9L":
+ldouble: 1
+ildouble: 1
+
 # tan
 Test "tan (pi/4) == 1":
 double: 1
@@ -1176,8 +1180,8 @@ double: 2
 float: 2
 idouble: 2
 ifloat: 2
-ildouble: 2
-ldouble: 2
+ildouble: 4
+ldouble: 4
 
 Function: Real part of "csin":
 ildouble: 1
@@ -1323,6 +1327,10 @@ ifloat: 1
 ildouble: 1
 ldouble: 1
 
+Function: "sinh":
+ldouble: 1
+ildouble: 1
+
 Function: "tan":
 double: 1
 idouble: 1

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

Summary of changes:
 ChangeLog                         |    2 ++
 sysdeps/x86_64/fpu/libm-test-ulps |   16 ++++++++++++----
 2 files changed, 14 insertions(+), 4 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]