Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
e3299195
Commit
e3299195
authored
Jul 01, 2011
by
Niels Möller
Browse files
Added ALIGN for shifting loop. Deleted obsolete ifelse.
Rev: nettle/x86_64/memxor.asm:1.2
parent
072e351a
Changes
1
Hide whitespace changes
Inline
Side-by-side
x86_64/memxor.asm
View file @
e3299195
...
...
@@ -78,7 +78,6 @@ PROLOGUE(memxor3)
jnz
.Lalign_loop
.Laligned:
ifelse
(
x
,
x
,
<
C
Ch
eck
for
the
case
that
AP
and
BP
have
the
same
al
ignment
,
C
but
di
fferent
from
DS
T.
mov
AP
,
TMP
...
...
@@ -117,6 +116,8 @@ ifelse(x,x,<
jz
.Ldone
jmp
.Lshift_next
ALIGN
(
4
)
.Lshift_loop:
mov
8
(
AP
,
N
),
S0
xor
8
(
BP
,
N
),
S0
...
...
@@ -154,7 +155,6 @@ C jz .Ldone
jmp
.Lfinal_loop
.Lno_shift_case:
>)
C
Next
destination
word
is
-
8
(
DS
T
,
N
)
C
Setup
for
unrolling
test
$
8
,
N
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment