mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
Allow the full cpuid flags for fat runtimes
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user