-
Notifications
You must be signed in to change notification settings - Fork 270
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
Portable vector shuffles #388
Comments
Does this API allow shuffling where the indices are unknown? i.e. using |
The indices need to be known at compile time for the compiler to generate
the right shuffle sequence.
…On Fri 22. Jun 2018 at 23:47, TheIronBorn ***@***.***> wrote:
Does this API allow shuffling where the indices are unknown? i.e. using
_mm_shuffle_epi8 where the indices vector is unknown?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#388 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA3NppCspl5Hj9scx5u7s7mZcI9rIjsnks5t_WXvgaJpZM4Sx823>
.
|
This has been fixed in https://github.com/gnzlbg/packed_simd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've just submitted a PR with an API for portable vector shuffles (#387). From the docs:
It would be nice to gather feed-back on this.
The text was updated successfully, but these errors were encountered: