mirror of
https://github.com/openssl/openssl.git
synced 2024-12-14 20:43:46 +08:00
x86cpuid.pl: compensate for imaginary virtual machines.
This commit is contained in:
parent
3f54a7460c
commit
bdf40fd251
@ -119,8 +119,6 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
|
||||
&mov ("esi","edx");
|
||||
&or ("ebp","ecx"); # merge AMD XOP flag
|
||||
|
||||
&bt ("ecx",26); # check XSAVE bit
|
||||
&jnc (&label("done"));
|
||||
&bt ("ecx",27); # check OSXSAVE bit
|
||||
&jnc (&label("clear_avx"));
|
||||
&xor ("ecx","ecx");
|
||||
|
Loading…
Reference in New Issue
Block a user