]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
check the correct define
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Wed, 17 Jan 2024 22:41:56 +0000 (00:41 +0200)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Wed, 17 Jan 2024 22:41:56 +0000 (00:41 +0200)
src/util/arch/x86/x86.h

index d08f979fc1fee4e6849314c9695e08423bedc26b..58f2cf8cc3e5850a3866f78a5ad4e51e563a48e4 100644 (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