update compile option for avx512vpopcntdq

This commit is contained in:
liam 2025-03-06 12:18:04 +08:00
parent dd390835ca
commit 8eeb6dd432
5 changed files with 28 additions and 13 deletions

View file

@ -2388,7 +2388,8 @@ struct SimpleBits {
struct EvenSignHelper {
#ifdef HAVE_FANCY_SIMD && __AVX512VPOPCNTDQ__
#if defined HAVE_FANCY_SIMD
// #pragma message("Using AVX512VPOPCNTDQ in even sign helper")
union sbits_t {
__m128i vec;
__mmask32 mask[4];