]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add a comment in memset-sse2-unaligned-erms.S
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 5 Apr 2016 12:19:05 +0000 (05:19 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 5 Apr 2016 12:19:18 +0000 (05:19 -0700)
* sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Add
a comment on VMOVU and VMOVA.

ChangeLog
sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S

index eb9a6695832b0ad79676a35d88a444ef2b02ca92..4b2f408e89241e6e87798c252c9f5fc929d602b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-05   H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Add
+       a comment on VMOVU and VMOVA.
+
 2016-04-04  Florian Weimer  <fweimer@redhat.com>
 
        [BZ #19633]
index 2deba42c16f611c6a3835b269acd6a5456938b07..4bf3d364288b085c238ef63e13f12b3d961fd1b5 100644 (file)
@@ -1,6 +1,8 @@
 #if IS_IN (libc)
 # define VEC_SIZE      16
 # define VEC(i)                xmm##i
+/* Don't use movups and movaps since it will get larger nop paddings
+   for alignment.  */
 # define VMOVU         movdqu
 # define VMOVA         movdqa