From: Konstantinos Margaritis Date: Wed, 17 Jan 2024 22:41:56 +0000 (+0200) Subject: check the correct define X-Git-Tag: vectorscan/5.4.12^2~75^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593299e7bb9515cfd4612cdde097b1818bd5b359;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