projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f92926e
)
sha/asm/sha256-586.pl: don't try to compile SIMD with no-sse2.
author
Andy Polyakov
<appro@openssl.org>
Wed, 26 Feb 2014 09:22:13 +0000
(10:22 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 26 Feb 2014 09:23:56 +0000
(10:23 +0100)
(cherry picked from commit
d49135e7ead795412a8357ff425dc99e328c53f6
)
crypto/sha/asm/sha256-586.pl
patch
|
blob
|
history
diff --git
a/crypto/sha/asm/sha256-586.pl
b/crypto/sha/asm/sha256-586.pl
index bd48b638c549072ecc97fc521ddd0e04955085d8..a3117f03d39a4570de1a17af5c79c005864e2117 100644
(file)
--- a/
crypto/sha/asm/sha256-586.pl
+++ b/
crypto/sha/asm/sha256-586.pl
@@
-190,7
+190,7
@@
sub BODY_00_15() {
&mov (&DWP(4,"esp"),"edi"); # inp
&mov (&DWP(8,"esp"),"eax"); # inp+num*128
&mov (&DWP(12,"esp"),"ebx"); # saved sp
- if (!$i386) {
+ if (!$i386
&& $xmm
) {
&picmeup("edx","OPENSSL_ia32cap_P",$K256,&label("K256"));
&mov ("ecx",&DWP(0,"edx"));
&mov ("ebx",&DWP(4,"edx"));