-
Notifications
You must be signed in to change notification settings - Fork 292
Add AVX 512f gather, scatter and compare intrinsics #866
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
Conversation
Co-authored-by: bjorn3 <[email protected]>
r? @gnzlbg (rust_highfive has picked a reviewer for you, use r? to override) |
You are missing these scatter intrinsics:
|
Added the remaining intrinsics |
Does this PR also contain the other two? If so then just close the other two and we'll use this one. It also needs a rebase due to merge conflicts. |
I closed the other two PRs since this contains them. I'm not sure what needs to be rebased as this contains the latest master already. |
Builds off of #862 to add the scatter intrinsics.