mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
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".
This commit is contained in:
parent
f781a9e961
commit
3c9a4cd16c
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user