Add compile condition

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

View file

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