Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
e3299195
Commit
e3299195
authored
Jul 01, 2011
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
x86_64/memxor.asm
x86_64/memxor.asm
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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