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.23-573-gd637e92


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  d637e923f978844eb2ab7fd03f05ba63f4fef378 (commit)
      from  1f16923552ec25f17d8624afcdf382591fe5733e (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=d637e923f978844eb2ab7fd03f05ba63f4fef378

commit d637e923f978844eb2ab7fd03f05ba63f4fef378
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Thu Jul 21 09:48:45 2016 +0100

    [AArch64] Update libm-test-ulps
    
    This partly reverts commit f8238ae3c7701dbd9c04028861916de64e578114
    that regenerated the ulps, to make the max ulps good for gcc-5,
    gcc-6 and gcc-trunk as well.
    
    	* sysdeps/aarch64/libm-test-ulps: Updated.

diff --git a/ChangeLog b/ChangeLog
index c5456d8..97c46a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* sysdeps/aarch64/libm-test-ulps: Updated.
+
 2016-07-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
 
 	* sysdeps/s390/s390-32/memcpy.S (memcpy): Eliminate the usage
diff --git a/sysdeps/aarch64/libm-test-ulps b/sysdeps/aarch64/libm-test-ulps
index 1ec8d03..7d62a32 100644
--- a/sysdeps/aarch64/libm-test-ulps
+++ b/sysdeps/aarch64/libm-test-ulps
@@ -1347,16 +1347,16 @@ ldouble: 5
 
 Function: Real part of "ctan_towardzero":
 double: 5
-float: 2
+float: 3
 idouble: 5
-ifloat: 2
+ifloat: 3
 ildouble: 4
 ldouble: 4
 
 Function: Imaginary part of "ctan_towardzero":
-double: 1
+double: 2
 float: 2
-idouble: 1
+idouble: 2
 ifloat: 2
 ildouble: 5
 ldouble: 5

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

Summary of changes:
 ChangeLog                      |    4 ++++
 sysdeps/aarch64/libm-test-ulps |    8 ++++----
 2 files changed, 8 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]