mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
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:
parent
985fc132f2
commit
696ac77484
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user