Update cpuid_x86.c
This commit is contained in:
@@ -1883,7 +1883,7 @@ int get_coretype(void){
|
||||
#ifndef NO_AVX512
|
||||
return CORE_SKYLAKEX;
|
||||
#else
|
||||
if/support_avx())
|
||||
if(support_avx())
|
||||
#ifndef NO_AVX2
|
||||
return CORE_HASWELL;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user