Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-8166: [C++] fix AVX512 intrinsics fail with clang-8 #6673

Closed
wants to merge 1 commit into from

Conversation

frankdjx
Copy link
Contributor

__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

__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>
@github-actions
Copy link

Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. Verified locally on my AVX512-capable machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants