Commit dd390835 authored by Azure's avatar Azure
Browse files

Add compile condition

parent 80680185
...@@ -2388,7 +2388,7 @@ struct SimpleBits { ...@@ -2388,7 +2388,7 @@ struct SimpleBits {
struct EvenSignHelper { struct EvenSignHelper {
#ifdef HAVE_FANCY_SIMD #ifdef HAVE_FANCY_SIMD && __AVX512VPOPCNTDQ__
union sbits_t { union sbits_t {
__m128i vec; __m128i vec;
__mmask32 mask[4]; __mmask32 mask[4];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment