mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
check the correct define
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
#define HAVE_SIMD_512_BITS
|
||||
#endif
|
||||
|
||||
#if defined(__AVX512VBMI__) && defined(BUILD_AVX512)
|
||||
#if defined(__AVX512VBMI__) && defined(BUILD_AVX512VBMI)
|
||||
#define HAVE_AVX512VBMI
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user