Commits


Frank Du authored and Wes McKinney committed 4f9db530ed6
ARROW-8166: [C++] fix AVX512 intrinsics fail with clang-8 __m512i_u undeclared in clang while _mm512_storeu_epi32 undefined in gcc, using memcpy instead for the unaligned stroe. BM_PlainDecodingBoolean with gcc get same level result with previous. Signed-off-by: Frank Du <frank.du@intel.com> Closes #6673 from jianxind/avx512-build-with-clang Authored-by: Frank Du <frank.du@intel.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>