This is the mail archive of the libc-alpha@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]

[COMMITTED] 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.
---
 ChangeLog                   | 4 ++++
 sysdeps/tile/tilegx/Implies | 1 +
 2 files changed, 5 insertions(+)
 create mode 100644 sysdeps/tile/tilegx/Implies

diff --git a/ChangeLog b/ChangeLog
index 9ed06fd0ff4e..f7bfe913720a 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 000000000000..ade71c1957e8
--- /dev/null
+++ b/sysdeps/tile/tilegx/Implies
@@ -0,0 +1 @@
+ieee754/dbl-64/wordsize-64
-- 
2.1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]