Update cpuid_x86.c

This commit is contained in:
Martin Kroeker
2018-06-04 17:10:19 +02:00
committed by GitHub
parent 8be027e4c6
commit dc9fe05ab5

View File

@@ -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