Skip to content

Conversation

tslnc04
Copy link
Contributor

@tslnc04 tslnc04 commented Apr 7, 2024

Fixes #1555 by changing the implementations of _mm512_set4_epi64 and _mm512_setr4_epi64 to use _mm512_set_epi64. This makes these implementations consistent with the other _mm512_set[r]4_* implementations as well as changes their behavior to be in line with what the intrinsics guide describes.

@rustbot
Copy link
Collaborator

rustbot commented Apr 7, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) some time within the next two weeks.

Fixes rust-lang#1555 by changing the implementations of _mm512_set4_epi64 and _mm512_setr4_epi64 to use _mm512_set_epi64. This makes these implementations consistent with the other _mm512_set[r]4_* implementations as well as changes their behavior to be in line with what the intrinsics guide describes.
@Amanieu Amanieu force-pushed the set4_epi64-reversed branch from b555cd6 to a153eff Compare April 9, 2024 23:46
@Amanieu Amanieu enabled auto-merge (rebase) April 9, 2024 23:46
@Amanieu Amanieu merged commit ece8472 into rust-lang:master Apr 10, 2024
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.

_mm512_set4_epi64 reverses order of arguments

3 participants