fix compile

This commit is contained in:
Azure 2025-03-06 03:25:39 +00:00
parent 8068018504
commit 27475cf8a5

View file

@ -2388,7 +2388,7 @@ struct SimpleBits {
struct EvenSignHelper {
#ifdef HAVE_FANCY_SIMD
#if defined(HAVE_FANCY_SIMD) && defined(__AVX512VPOPCNTDQ__)
union sbits_t {
__m128i vec;
__mmask32 mask[4];