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

Missing implementation of xsimd::kernel::detail::interleave for AVX2 #1070

Open
ni-eddiemond opened this issue Dec 10, 2024 · 0 comments
Open

Comments

@ni-eddiemond
Copy link

The function xsimd::kernel::detail::interleave does not seem to be implemented for AVX2. It is however present in the SSE4.1 header. It would be great if the AVX2 header would not depend on the SSE4.1 header to be included beforehand but to be self-sufficient instead.
I get a compilation error because of this. I'm using with MSVC 17.12.2

constexpr int imask = detail::interleave(mask);

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

No branches or pull requests

1 participant