Commit 74e01876 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Revert "x86cpuid.pl: fix extended feature flags detection."

This reverts commit 514f1a78.
parent bb4aa95c
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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"));