-
Notifications
You must be signed in to change notification settings - Fork 107
missing avx2 intrinsics #1419
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
Comments
Some of these (but not all) should have been implemented by #1417 which hasn't landed on rustc nightly yet. |
Yes :) I tested with the current master and the list is shorter:
|
The gather intrinsics are now implemented on the even_more_simd_intrinsics branch. |
I'm getting warning
|
I don't see
Would be nice if there was a |
I just added that PR is also a good template for if someone wants to add other avx2 intrinsics. Cranelift does not support values that wide (currently, not sure if it ever will) so the implementation will have to kind of simulate what the instruction does. |
For that to become available via rustup, this repo needs to be synced into https://github.com/rust-lang/rust again, right? |
Correct, I can do that later today. |
Thanks, yesterday's nightly has support! I'm now also running into a |
Current rav1e master shows:
The text was updated successfully, but these errors were encountered: