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.22-460-ge39edb0


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  e39edb0552323e32a70ea4cf34137cf141ccebfd (commit)
      from  d337ceb76d898935560dc264cf2ad36b17017db7 (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=e39edb0552323e32a70ea4cf34137cf141ccebfd

commit e39edb0552323e32a70ea4cf34137cf141ccebfd
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Oct 26 13:15:48 2015 +0100

    x86_64: Regenerate ulps [BZ #19168]
    
    This comes from running â??make regen-ulpsâ?? on AMD Opteron 6272 CPUs.

diff --git a/ChangeLog b/ChangeLog
index 30d6dd9..5b9be31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-10-26  Florian Weimer  <fweimer@redhat.com>
 
+	[BZ #19168]
+	* sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
+
+2015-10-26  Florian Weimer  <fweimer@redhat.com>
+
 	* configure.ac (CXX): Clear the variable if the C++ toolchain does
 	not support static linking.
 	* configure: Regenerate.
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 405f3bc..445b475 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -934,8 +934,8 @@ double: 6
 float: 5
 idouble: 6
 ifloat: 5
-ildouble: 7
-ldouble: 7
+ildouble: 8
+ldouble: 8
 
 Function: Imaginary part of "clog10_upward":
 double: 2
@@ -1670,8 +1670,8 @@ double: 5
 float: 5
 idouble: 5
 ifloat: 5
-ildouble: 5
-ldouble: 5
+ildouble: 6
+ldouble: 6
 
 Function: "hypot":
 double: 1
@@ -1822,8 +1822,8 @@ double: 5
 float: 5
 idouble: 5
 ifloat: 5
-ildouble: 5
-ldouble: 5
+ildouble: 6
+ldouble: 6
 
 Function: "log":
 float: 1

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

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