提交 5b89f78a 编写于 作者: A Andy Polyakov

Typo in x86_64-mont.pl.

PR: 1549
上级 85a5668d
...@@ -170,10 +170,10 @@ bn_mul_mont: ...@@ -170,10 +170,10 @@ bn_mul_mont:
mov -8($np,$num,8),%rax # np[num-1] mov -8($np,$num,8),%rax # np[num-1]
lea (%rsp),$ap # borrow ap for tp lea (%rsp),$ap # borrow ap for tp
shr \$62,%rax # check for boundary condition shr \$62,%rax # check for boundary condition
lea -1($num),$j # j=num-1
jz .Lcopy jz .Lcopy
mov ($ap),%rax # tp[0] mov ($ap),%rax # tp[0]
lea -1($num),$j # j=num-1
xor $i,$i # i=0 and clear CF! xor $i,$i # i=0 and clear CF!
jmp .Lsub jmp .Lsub
.align 16 .align 16
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册