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

Fix clang type redef error #1232

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

bd-jahn
Copy link
Contributor

@bd-jahn bd-jahn commented Nov 15, 2024

Clang has a typedef unsigned long long __mask64 defined in avx512bwintrin.h (link) and causes typedef redefinition with different types ('uint64_t' (aka 'unsigned long') vs 'unsigned long long') error.
This PR adds clang case in to the logic to fix this error.

See this for more detail: e8390a3#r149134782

@bd-jahn
Copy link
Contributor Author

bd-jahn commented Nov 20, 2024

Thanks for pushing this! Please let me know if there is anything I can help with 👍

@mr-c mr-c force-pushed the fix-clang-type-redef-error branch from 260c82e to 1e5ed49 Compare November 23, 2024 09:11
@mr-c mr-c merged commit f4daa86 into simd-everywhere:master Nov 23, 2024
96 of 97 checks passed
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