Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't set %rcx twice before "rep movsb"
	* sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S (MEMCPY):
	Don't set %rcx twice before "rep movsb".
  • Loading branch information
H.J. Lu committed Mar 22, 2016
1 parent f781a9e commit 3c9a4cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2016-03-22 H.J. Lu <hongjiu.lu@intel.com>

* sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S (MEMCPY):
Don't set %rcx twice before "rep movsb".

2016-03-22 H.J. Lu <hongjiu.lu@intel.com>

[BZ #19583]
Expand Down
1 change: 0 additions & 1 deletion sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S
Expand Up @@ -234,7 +234,6 @@ L(gobble_data_movsb):
cmp %rcx, %rdx
jae L(gobble_big_data_fwd)
mov %rdx, %rcx
mov %rdx, %rcx
rep movsb
ret

Expand Down

0 comments on commit 3c9a4cd

Please sign in to comment.