Browse Source

Update cpuid_x86.c

tags/v0.3.1
Martin Kroeker GitHub 7 years ago
parent
commit
dc9fe05ab5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cpuid_x86.c

+ 1
- 1
cpuid_x86.c View File

@@ -1883,7 +1883,7 @@ int get_coretype(void){
#ifndef NO_AVX512 #ifndef NO_AVX512
return CORE_SKYLAKEX; return CORE_SKYLAKEX;
#else #else
if/support_avx())
if(support_avx())
#ifndef NO_AVX2 #ifndef NO_AVX2
return CORE_HASWELL; return CORE_HASWELL;
#else #else


Loading…
Cancel
Save