diff options
Diffstat (limited to 'sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S')
-rw-r--r-- | sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S b/sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S index 2deba42c16..4bf3d36428 100644 --- a/sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S +++ b/sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S @@ -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 |