mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:06:08 +02:00
* align cmp byte loop
git-svn-id: trunk@20877 -
This commit is contained in:
parent
4b7748ad11
commit
ceb1becfa1
@ -630,6 +630,7 @@ asm
|
|||||||
testq %r8,%r8
|
testq %r8,%r8
|
||||||
je .LCmpbyteZero
|
je .LCmpbyteZero
|
||||||
|
|
||||||
|
.balign 8
|
||||||
.LCmpbyteLoop:
|
.LCmpbyteLoop:
|
||||||
movb (%rcx),%r9b
|
movb (%rcx),%r9b
|
||||||
cmpb (%rdx),%r9b
|
cmpb (%rdx),%r9b
|
||||||
|
Loading…
Reference in New Issue
Block a user