check the correct define

This commit is contained in:
Konstantinos Margaritis
2024-01-18 00:41:56 +02:00
parent a5a5818d73
commit fdc067861e

View File

@@ -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