Remove AMD detection from CPU check
This commit is contained in:
parent
947102cccf
commit
d6de5fc997
@ -284,8 +284,8 @@ int cpu_check(void)
|
||||
#ifdef X86
|
||||
unsigned af,bf,cf,df;
|
||||
x86_cpuid(0, af, bf, cf, df);
|
||||
if (bf==0x68747541 && cf==0x444D4163 && df==0x69746E65)
|
||||
amd = 1;
|
||||
//if (bf==0x68747541 && cf==0x444D4163 && df==0x69746E65)
|
||||
// amd = 1;
|
||||
x86_cpuid(1, af, bf, cf, df);
|
||||
#ifdef X86_SSE
|
||||
if (!(df&(1<<25)))
|
||||
|
Loading…
Reference in New Issue
Block a user