Commit 27475cf8 authored by Azure's avatar Azure
Browse files

fix compile

parent 80680185
...@@ -2388,7 +2388,7 @@ struct SimpleBits { ...@@ -2388,7 +2388,7 @@ struct SimpleBits {
struct EvenSignHelper { struct EvenSignHelper {
#ifdef HAVE_FANCY_SIMD #if defined(HAVE_FANCY_SIMD) && defined(__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