summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-25 08:48:21 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-25 08:48:34 -0700
commit5f92ec52e795dc004f8e8d17317e4572695ded15 (patch)
treec99137d1931efb6586fcd1eff0d36a8c227133b0 /ChangeLog
parent4bd228c8a6b5b0c64dfac6febf7333e47e42ea26 (diff)
downloadglibc-5f92ec52e795dc004f8e8d17317e4572695ded15.tar.gz
glibc-5f92ec52e795dc004f8e8d17317e4572695ded15.tar.xz
glibc-5f92ec52e795dc004f8e8d17317e4572695ded15.zip
Replace %xmm8 with %xmm0
Since ld.so preserves vector registers now, we can use %xmm0 to avoid
the REX prefix.

	* sysdeps/x86_64/memset.S: Replace %xmm8 with %xmm0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73645c3773..362aceebc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/x86_64/memset.S: Replace %xmm8 with %xmm0.
+
 2015-08-25  Ondřej Bílka  <neleai@seznam.cz>
 
 	* debug/strcpy_chk.c: Improve performance.