Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
H.J. Lu committed Apr 5, 2016
1 parent 985fc13 commit 696ac77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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> 2016-04-04 Florian Weimer <fweimer@redhat.com>


[BZ #19633] [BZ #19633]
Expand Down
2 changes: 2 additions & 0 deletions sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S
@@ -1,6 +1,8 @@
#if IS_IN (libc) #if IS_IN (libc)
# define VEC_SIZE 16 # define VEC_SIZE 16
# define VEC(i) xmm##i # define VEC(i) xmm##i
/* Don't use movups and movaps since it will get larger nop paddings
for alignment. */
# define VMOVU movdqu # define VMOVU movdqu
# define VMOVA movdqa # define VMOVA movdqa


Expand Down

0 comments on commit 696ac77

Please sign in to comment.