Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reversed _mm512_set4_epi64 implementation
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.
- Loading branch information