aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-25 08:51:09 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-25 08:51:23 -0700
commit2194737e77256a847ed4fca7652e4dcb8d3f9c1e (patch)
treea603bcd4140c67d443ac8154a98cca8213e220c2 /ChangeLog
parent2339c6f4bd71b1e4dfcb2a05a9200cd68d3d8837 (diff)
downloadglibc-2194737e77256a847ed4fca7652e4dcb8d3f9c1e.tar.xz
glibc-2194737e77256a847ed4fca7652e4dcb8d3f9c1e.zip
Replace %xmm[8-12] with %xmm[0-4]
Since ld.so preserves vector registers now, we can use %xmm[0-4] to avoid the REX prefix. * sysdeps/x86_64/strlen.S: Replace %xmm[8-12] with %xmm[0-4].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdecbea2de..a442ee1e12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-08-25 H.J. Lu <hongjiu.lu@intel.com>
+ * sysdeps/x86_64/strlen.S: Replace %xmm[8-12] with %xmm[0-4].
+
+2015-08-25 H.J. Lu <hongjiu.lu@intel.com>
+
* sysdeps/x86_64/rtld-memcmp.c: Removed.
* sysdeps/x86_64/rtld-memset.S: Likewise.
* sysdeps/x86_64/rtld-strchr.S: Likewise.