Skip to content

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