projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a5668
)
Typo in x86_64-mont.pl.
author
Andy Polyakov
<appro@openssl.org>
Thu, 21 Jun 2007 11:38:52 +0000
(11:38 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 21 Jun 2007 11:38:52 +0000
(11:38 +0000)
PR: 1549
crypto/bn/asm/x86_64-mont.pl
patch
|
blob
|
history
diff --git
a/crypto/bn/asm/x86_64-mont.pl
b/crypto/bn/asm/x86_64-mont.pl
index 6701bf2755f6e5807ec13c557b71bec5d4637fee..68bec49cbc832fc8d5c0d8c19b62de90e7fffaad 100755
(executable)
--- a/
crypto/bn/asm/x86_64-mont.pl
+++ b/
crypto/bn/asm/x86_64-mont.pl
@@
-170,10
+170,10
@@
bn_mul_mont:
mov -8($np,$num,8),%rax # np[num-1]
lea (%rsp),$ap # borrow ap for tp
shr \$62,%rax # check for boundary condition
+ lea -1($num),$j # j=num-1
jz .Lcopy
mov ($ap),%rax # tp[0]
- lea -1($num),$j # j=num-1
xor $i,$i # i=0 and clear CF!
jmp .Lsub
.align 16