sha/asm/sha256-586.pl: don't try to compile SIMD with no-sse2.
(cherry picked from commit d49135e7ead795412a8357ff425dc99e328c53f6)
This commit is contained in:
parent
f92926e331
commit
d00ae7cf70
@ -190,7 +190,7 @@ sub BODY_00_15() {
|
|||||||
&mov (&DWP(4,"esp"),"edi"); # inp
|
&mov (&DWP(4,"esp"),"edi"); # inp
|
||||||
&mov (&DWP(8,"esp"),"eax"); # inp+num*128
|
&mov (&DWP(8,"esp"),"eax"); # inp+num*128
|
||||||
&mov (&DWP(12,"esp"),"ebx"); # saved sp
|
&mov (&DWP(12,"esp"),"ebx"); # saved sp
|
||||||
if (!$i386) {
|
if (!$i386 && $xmm) {
|
||||||
&picmeup("edx","OPENSSL_ia32cap_P",$K256,&label("K256"));
|
&picmeup("edx","OPENSSL_ia32cap_P",$K256,&label("K256"));
|
||||||
&mov ("ecx",&DWP(0,"edx"));
|
&mov ("ecx",&DWP(0,"edx"));
|
||||||
&mov ("ebx",&DWP(4,"edx"));
|
&mov ("ebx",&DWP(4,"edx"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user