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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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