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

Implement a lot of SIMD intrinsics #1417

Merged
merged 8 commits into from Nov 7, 2023
Merged

Implement a lot of SIMD intrinsics #1417

merged 8 commits into from Nov 7, 2023

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Nov 7, 2023

Fixes #1405
Fixes #1406
Fixes #1408
Fixes #1412
Fixes #1413
Fixes #1415
Part of #171

@bjorn3 bjorn3 added the A-core-arch Area: Necessary for full core::arch support label Nov 7, 2023
@bjorn3
Copy link
Member Author

bjorn3 commented Nov 7, 2023

CI is red as GHA seems to have started using runners with SHA acceleration instructions for which I haven't implemented the vendor intrinsics yet.

@bjorn3 bjorn3 marked this pull request as ready for review November 7, 2023 18:48
@bjorn3
Copy link
Member Author

bjorn3 commented Nov 7, 2023

This is not the full set of reported missing intrinsics, but this is the majority and the rest are harder to solve.

@bjorn3 bjorn3 merged commit 82487a9 into master Nov 7, 2023
39 of 41 checks passed
@bjorn3 bjorn3 deleted the implement_xgetbv branch November 7, 2023 18:49
@bjorn3
Copy link
Member Author

bjorn3 commented Nov 10, 2023

rust-lang/rust#117779 has landed. Should be available on nightly tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core-arch Area: Necessary for full core::arch support
Projects
None yet
1 participant