mirror of
https://github.com/openssl/openssl.git
synced 2025-03-07 19:38:33 +08:00
sha256-586.pl: fix linking error.
This commit is contained in:
parent
c4ff5d1147
commit
42a36658c1
@ -181,7 +181,7 @@ sub BODY_00_15() {
|
|||||||
&test ("ecx",1<<20); # check for P4
|
&test ("ecx",1<<20); # check for P4
|
||||||
&jnz (&label("loop"));
|
&jnz (&label("loop"));
|
||||||
&test ("edx",1<<11); # check for XOP
|
&test ("edx",1<<11); # check for XOP
|
||||||
&jnz (&label("XOP"));
|
&jnz (&label("XOP")) if ($ymm);
|
||||||
&and ("ecx",1<<30); # mask "Intel CPU" bit
|
&and ("ecx",1<<30); # mask "Intel CPU" bit
|
||||||
&and ("edx",1<<28); # mask AVX bit
|
&and ("edx",1<<28); # mask AVX bit
|
||||||
&or ("ecx","edx");
|
&or ("ecx","edx");
|
||||||
|
Loading…
Reference in New Issue
Block a user