Allow the full cpuid flags for fat runtimes

This commit is contained in:
Matthew Barr 2017-05-09 11:20:47 +10:00
parent 85358e0ad0
commit fedd48489f

View File

@ -132,7 +132,7 @@ u64a cpuid_flags(void) {
cap |= HS_CPU_FEATURES_AVX2;
}
#if !defined(HAVE_AVX2)
#if !defined(FAT_RUNTIME) && !defined(HAVE_AVX2)
cap &= ~HS_CPU_FEATURES_AVX2;
#endif