define HAVE_MASKED_LOADS for AVX512

This commit is contained in:
Konstantinos Margaritis 2023-12-18 14:21:18 +02:00 committed by Konstantinos Margaritis
parent d4fde85897
commit 9f66822599

View File

@ -61,6 +61,7 @@
#if defined(__AVX512BW__) && defined(BUILD_AVX512) #if defined(__AVX512BW__) && defined(BUILD_AVX512)
#define HAVE_AVX512 #define HAVE_AVX512
#define HAVE_MASKED_LOADS
#define HAVE_SIMD_512_BITS #define HAVE_SIMD_512_BITS
#endif #endif