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

S390x vector bitwise operations #1709

Merged
merged 3 commits into from
Feb 13, 2025

Conversation

folkertdev
Copy link
Contributor

@folkertdev folkertdev commented Feb 8, 2025

tracking issue: rust-lang/rust#135681

weird detail: vec_and is not implemented for vector double, but vec_nand is (and so on for the other operators). Not sure why that is, but uses that do need more flexibility can either transmute or use the Simd machinery.

@rustbot
Copy link
Collaborator

rustbot commented Feb 8, 2025

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

@folkertdev folkertdev force-pushed the s390x-vector-bitwise branch from 35038aa to 1a7129a Compare February 8, 2025 16:27
@Amanieu Amanieu added this pull request to the merge queue Feb 13, 2025
Merged via the queue into rust-lang:master with commit 4625b86 Feb 13, 2025
60 checks passed
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