Add a comment in memset-sse2-unaligned-erms.S

* sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Add
	a comment on VMOVU and VMOVA.
This commit is contained in:
H.J. Lu 2016-04-05 05:19:05 -07:00
parent 985fc132f2
commit 696ac77484
2 changed files with 7 additions and 0 deletions

View File

@ -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]

View 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