Skip to content

refactor - Arm intrinsics are now YAML #1755

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

Merged

Conversation

Jamesbarford
Copy link
Contributor

Cleans up the rest of the intrinsics to be generated by YAML,also made more use of the anchor tags to make it easier to maintain.

@rustbot
Copy link
Collaborator

rustbot commented Mar 21, 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

@Amanieu Amanieu added this pull request to the merge queue Mar 24, 2025
@Amanieu Amanieu removed this pull request from the merge queue due to a manual request Mar 24, 2025
pub fn vrev64q_p16(a: poly16x8_t) -> poly16x8_t {
unsafe { simd_shuffle!(a, a, [3, 2, 1, 0, 7, 6, 5, 4]) }
}

/* FIXME: 16-bit float
/// Vector combine
#[inline]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also remove the vcombine_f16 that is commented out below?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 5e59779

@Jamesbarford Jamesbarford force-pushed the refactor/most-neon-intrinsics-yaml branch from 265c281 to 5e59779 Compare March 25, 2025 10:08
@Amanieu Amanieu added this pull request to the merge queue Mar 25, 2025
Merged via the queue into rust-lang:master with commit 5ba56c7 Mar 25, 2025
60 checks passed
@Jamesbarford Jamesbarford deleted the refactor/most-neon-intrinsics-yaml branch May 1, 2025 14:07
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