modexp512-x86_64.pl: make it work with ml64.
This commit is contained in:
parent
c20de0386a
commit
6c01cbb6a0
@ -1117,7 +1117,7 @@ mod_exp_512:
|
|||||||
# adjust stack down and then align it with cache boundary
|
# adjust stack down and then align it with cache boundary
|
||||||
mov %rsp, %r8
|
mov %rsp, %r8
|
||||||
sub \$($mem_size), %rsp
|
sub \$($mem_size), %rsp
|
||||||
and \$~63, %rsp
|
and \$-64, %rsp
|
||||||
|
|
||||||
# store previous stack pointer and arguments
|
# store previous stack pointer and arguments
|
||||||
mov %r8, (+$rsp_offset)(%rsp)
|
mov %r8, (+$rsp_offset)(%rsp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user