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.18-561-ge7b914b


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  e7b914bd0e8c87f2f1e08c0e74de071e618f85b0 (commit)
      from  9f0be4f8b5fa9a9fcbdcde9ac15d5cdec81cf26a (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=e7b914bd0e8c87f2f1e08c0e74de071e618f85b0

commit e7b914bd0e8c87f2f1e08c0e74de071e618f85b0
Author: Markus Trippelsdorf <markus@trippelsdorf.de>
Date:   Mon Dec 9 11:06:11 2013 +0530

    Update x86_64 ULps for AMD K10

diff --git a/ChangeLog b/ChangeLog
index c50af1d..aa8eb36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
+
+	* sysdeps/x86_64/fpu/libm-test-ulps: Update.
+
 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/auto-libm-test-in: Add tests of lgamma.
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 7c2fabd..52813c4 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -7531,9 +7531,15 @@ ildouble: 1
 ldouble: 1
 
 # log
+Test "log (0x2.b7e154p+0)":
+ildouble: 1
+ldouble: 1
 Test "log (0x2.b7e15p+0)":
 float: 1
 ifloat: 1
+Test "log (0x5.e2d58d8b3bcdf1bp-4)":
+ildouble: 1
+ldouble: 1
 Test "log (0x5.e2d59p-4)":
 ildouble: 1
 ldouble: 1
@@ -9150,8 +9156,8 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 1
-ldouble: 1
+ildouble: 2
+ldouble: 2
 Test "tgamma (-0x1.f3fffep+8)":
 ildouble: 1
 ldouble: 1

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

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