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:
bb4aa95
)
Revert "x86cpuid.pl: fix extended feature flags detection."
author
Andy Polyakov
<appro@openssl.org>
Mon, 9 Sep 2013 19:35:15 +0000
(21:35 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 9 Sep 2013 19:35:15 +0000
(21:35 +0200)
This reverts commit
514f1a783515e9beb73b759a483c078813cf8ba0
.
crypto/x86cpuid.pl
patch
|
blob
|
history
diff --git
a/crypto/x86cpuid.pl
b/crypto/x86cpuid.pl
index 54dc1b55d0ef093c9355729f2f3bee1de6cc9dbd..0212a5b63a09d5ca9b95c1d4e3d073b22198cd64 100644
(file)
--- a/
crypto/x86cpuid.pl
+++ b/
crypto/x86cpuid.pl
@@
-79,16
+79,6
@@
for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
&jmp (&label("generic"));
&set_label("intel");
- &cmp ("edi",7);
- &jb (&label("cacheinfo"));
-
- &mov ("esi",&wparam(0));
- &mov ("eax",7);
- &xor ("ecx","ecx");
- &cpuid ();
- &mov (&DWP(8,"esi"),"ebx");
-
-&set_label("cacheinfo");
&cmp ("edi",4);
&mov ("edi",-1);
&jb (&label("nocacheinfo"));