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.20-426-g3c87c61


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  3c87c6167e1e6dc25cce9b4c67e4520b8be21e28 (commit)
      from  f559d8cf2963868a2493289b17be68f3786c789e (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=3c87c6167e1e6dc25cce9b4c67e4520b8be21e28

commit 3c87c6167e1e6dc25cce9b4c67e4520b8be21e28
Author: Chris Metcalf <cmetcalf@ezchip.com>
Date:   Tue Dec 23 14:04:35 2014 -0500

    tilegx: enable wordsize-64 support for ieee745 dbl-64.
    
    I missed this during the initial port.  Some testing shows that
    enabling this mode does, unsurprisingly, yield some nice speedups
    on the math functions in question.

diff --git a/ChangeLog b/ChangeLog
index 9ed06fd..f7bfe91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
+
+	* sysdeps/tile/tilegx/Implies: New file.
+
 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
 
 	* string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
diff --git a/sysdeps/tile/tilegx/Implies b/sysdeps/tile/tilegx/Implies
new file mode 100644
index 0000000..ade71c1
--- /dev/null
+++ b/sysdeps/tile/tilegx/Implies
@@ -0,0 +1 @@
+ieee754/dbl-64/wordsize-64

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

Summary of changes:
 ChangeLog                   |    4 ++++
 sysdeps/tile/tilegx/Implies |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 sysdeps/tile/tilegx/Implies


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]