From 593299e7bb9515cfd4612cdde097b1818bd5b359 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Thu, 18 Jan 2024 00:41:56 +0200 Subject: [PATCH] check the correct define --- src/util/arch/x86/x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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