mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Allow the full cpuid flags for fat runtimes
This commit is contained in:
parent
85358e0ad0
commit
fedd48489f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user