rust/library/stdarch/crates
Kirsten Laskoski 39ab14c01b fix: reversed _mm512_set4_epi64 implementation
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.
2024-04-10 02:08:29 +02:00
..
assert-instr-macro Simplify some expressions with pointers and references 2023-10-31 02:20:17 +01:00
core_arch fix: reversed _mm512_set4_epi64 implementation 2024-04-10 02:08:29 +02:00
intrinsic-test intrinsic-test: Suppress a warning about dead code 2024-04-10 01:46:00 +02:00
simd-test-macro arm64ec 2024-03-13 22:30:36 +00:00
std_detect arm64ec 2024-03-13 22:30:36 +00:00
stdarch-gen-arm arm64ec 2024-03-13 22:30:36 +00:00
stdarch-gen-loongarch core_arch: Add LoongArch LASX intrinsics 2024-02-28 08:43:52 +00:00
stdarch-test arm64ec 2024-03-13 22:30:36 +00:00
stdarch-verify Use char constants for single-character patterns 2023-11-18 20:28:46 -08:00