mirror of
https://github.com/openssl/openssl.git
synced 2024-12-28 03:13:59 +08:00
bn/asm/x86_64-mont5.pl: comply with Win64 ABI.
PR: 3189 Submitted by: Oscar Ciurana
This commit is contained in:
parent
8bd7ca9996
commit
c5d5f5bd0f
@ -1327,8 +1327,8 @@ $code.=<<___;
|
||||
jnz .Lgather
|
||||
___
|
||||
$code.=<<___ if ($win64);
|
||||
movaps %xmm6,(%rsp)
|
||||
movaps %xmm7,0x10(%rsp)
|
||||
movaps (%rsp),%xmm6
|
||||
movaps 0x10(%rsp),%xmm7
|
||||
lea 0x28(%rsp),%rsp
|
||||
___
|
||||
$code.=<<___;
|
||||
|
Loading…
Reference in New Issue
Block a user