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 missing sse4a and tbm intrinsics #1607

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Conversation

sayantn
Copy link
Contributor

@sayantn sayantn commented Jul 7, 2024

The extracti, inserti and bextri intrinsics were implemented. They were left out because of #248. This also tidies up the tbm module and divides it into x86 and x86_64 specific modules. This completes all the SSE4a and TBM intrinsics. These are under rust-lang/rust#126936 #[feature(simd_x86_updates)]

@rustbot
Copy link
Collaborator

rustbot commented Jul 7, 2024

r? @Amanieu

rustbot has assigned @Amanieu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Add `extracti`, `inserti` and `bextri` intrinsics. Refactor TBM into 2 modules
@Amanieu Amanieu enabled auto-merge (rebase) July 7, 2024 17:35
@Amanieu Amanieu disabled auto-merge July 7, 2024 17:37
@Amanieu Amanieu enabled auto-merge (rebase) July 7, 2024 17:40
@Amanieu Amanieu merged commit 059a2e0 into rust-lang:master Jul 7, 2024
30 checks passed
@sayantn sayantn changed the title Implement missing in sse4a and tbm intrinsics Implement missing sse4a and tbm intrinsics Jul 15, 2024
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

Successfully merging this pull request may close these issues.

3 participants