bn/asm/x86_64-mont5.pl: comply with Win64 ABI.
PR: 3189 Submitted by: Oscar Ciurana (cherry picked from commit c5d5f5bd0fe8b2313bec844c0f80f3d49562bfa8)
This commit is contained in:
parent
7bab6eb6f0
commit
e5eab8a199
@ -901,8 +901,8 @@ $code.=<<___;
|
|||||||
jnz .Lgather
|
jnz .Lgather
|
||||||
___
|
___
|
||||||
$code.=<<___ if ($win64);
|
$code.=<<___ if ($win64);
|
||||||
movaps %xmm6,(%rsp)
|
movaps (%rsp),%xmm6
|
||||||
movaps %xmm7,0x10(%rsp)
|
movaps 0x10(%rsp),%xmm7
|
||||||
lea 0x28(%rsp),%rsp
|
lea 0x28(%rsp),%rsp
|
||||||
___
|
___
|
||||||
$code.=<<___;
|
$code.=<<___;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user