X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fx86cpuid.pl;h=5096b488c03a4f97f60156e7c6cc63ffc48e3776;hb=2a3e745a1760e34a86fe36faee613542939b7004;hp=4408ef2936ecff908d7965e2fa9ed718ccfe6331;hpb=095db72024d34163aa327997f5808b8c3a01f3ea;p=oweals%2Fopenssl.git diff --git a/crypto/x86cpuid.pl b/crypto/x86cpuid.pl index 4408ef2936..5096b488c0 100644 --- a/crypto/x86cpuid.pl +++ b/crypto/x86cpuid.pl @@ -33,6 +33,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } &data_byte(0x0f,0x95,0xc0); #&setne (&LB("eax")); &or ("ebp","eax"); &mov ("eax",1); + &xor ("ecx","ecx"); &cpuid (); &cmp ("ebp",0); &jne (&label("notP4"));