From: Konstantinos Margaritis Date: Wed, 17 Jan 2024 22:41:56 +0000 (+0200) Subject: check the correct define X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdc067861e7d6b8d70cd2ec29d67e671f6369260;p=thirdparty%2Fvectorscan.git check the correct define --- diff --git a/src/util/arch/x86/x86.h b/src/util/arch/x86/x86.h index d08f979f..58f2cf8c 100644 --- a/src/util/arch/x86/x86.h +++ b/src/util/arch/x86/x86.h @@ -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