This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[COMMITTED] tilegx: enable wordsize-64 support for ieee745 dbl-64.
- From: Chris Metcalf <cmetcalf at ezchip dot com>
- To: <libc-alpha at sourceware dot org>
- Date: Tue, 23 Dec 2014 14:04:35 -0500
- Subject: [COMMITTED] tilegx: enable wordsize-64 support for ieee745 dbl-64.
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=fail (sender IP is 12.216.194.146) smtp dot mailfrom=cmetcalf at ezchip dot com;
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