Skip to content

Fix pointer type for _mm512_loadu_si512 #1773

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

Closed
wants to merge 1 commit into from

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Apr 13, 2025

The C intrinsic uses a void pointer but we must specify a type in Rust. This PR makes it consistent with the equivalent SSE and AVX intrinsics, as well as _mm512_store_si512.

@rustbot
Copy link
Collaborator

rustbot commented Apr 13, 2025

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

The C intrinsic uses a void pointer but we must specify a type in Rust.
This PR makes it consistent with the equivalent SSE and AVX intrinsics,
as well as `_mm512_store_si512`.
@Amanieu Amanieu force-pushed the _mm512_loadu_si512 branch from a8e1916 to 2645f57 Compare April 13, 2025 18:27
@Amanieu
Copy link
Member Author

Amanieu commented Apr 16, 2025

Closing in favor of #1775

@Amanieu Amanieu closed this Apr 16, 2025
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