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

Fix types for ARM SIMD32 intrinsics #1679

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Nov 19, 2024

These were previously defined using vector types which is incorrect. Instead, {u}int{8x4,16x2}_t are aliases for i32 and u32.

This also fixes CI since these types don't need to be passed in NEON registers and this was triggering a newly added compiler warning.

@rustbot
Copy link
Collaborator

rustbot commented Nov 19, 2024

@Amanieu: no appropriate reviewer found, use r? to override

These were previously defined using vector types which is incorrect.
Instead, `{u}int{8x4,16x2}_t` are aliases for `i32` and `u32`.

This also fixes CI since these types don't need to be passed in NEON
registers and this was triggering a newly added compiler warning.
@Amanieu
Copy link
Member Author

Amanieu commented Nov 19, 2024

@heiher LoongArch seems to have been broken by rust-lang/rust#116558 as well, but I think the lint may be triggering incorrectly in that case? Perhaps this needs to be fixed on the compiler side?

@Amanieu
Copy link
Member Author

Amanieu commented Nov 19, 2024

Sorry that should be @heiher.

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.

2 participants