bn/asm/rsaz-x86_64.pl: fix prototype.
(cherry picked from commit 6efef384c6
)
This commit is contained in:
parent
c97ec5631b
commit
36982f056a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ $code.=<<___;
|
||||||
.text
|
.text
|
||||||
|
|
||||||
.globl rsaz_512_sqr
|
.globl rsaz_512_sqr
|
||||||
.type rsaz_512_sqr,\@function,4
|
.type rsaz_512_sqr,\@function,5
|
||||||
.align 32
|
.align 32
|
||||||
rsaz_512_sqr: # 25-29% faster than rsaz_512_mul
|
rsaz_512_sqr: # 25-29% faster than rsaz_512_mul
|
||||||
push %rbx
|
push %rbx
|
||||||
|
|
Loading…
Reference in a new issue