check the correct define

This commit is contained in:
Konstantinos Margaritis 2024-01-18 00:41:56 +02:00
parent f6387e34da
commit 593299e7bb

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