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 signature of _mm512_store{u,}_si512. #1685

Merged

Conversation

marxin
Copy link
Contributor

@marxin marxin commented Nov 30, 2024

Simiarly to other functions for mm and mm256 register widths, the first argument should be a pointer to the pointer type. See e.g. _mm256_store_si256 function.

Simiarly to other functions for `mm` and `mm256` register widths, the
first argument should be a pointer to the pointer type. See e.g.
`_mm256_store_si256` function.
@Amanieu Amanieu added this pull request to the merge queue Nov 30, 2024
Merged via the queue into rust-lang:master with commit 13a58f8 Nov 30, 2024
54 checks passed
@marxin marxin deleted the fix-signature-of-_mm512_store_si512 branch November 30, 2024 22:27
mert-kurttutan added a commit to mert-kurttutan/pulp that referenced this pull request Dec 25, 2024
- After pr rust-lang/stdarch#1685
the siganture of this function changed, so update it.
sarah-quinones pushed a commit to sarah-quinones/pulp that referenced this pull request Dec 25, 2024
- After pr rust-lang/stdarch#1685
the siganture of this function changed, so update it.
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