rust/library/stdarch/crates
bjorn3 ecc8d7ccb6 Use const {} for the immediate args of _mm*_cmp_*
Rustc_codegen_cranelift requires immediates to already be constant in
MIR unlike LLVM which only needs them constant after optimizations.
2023-06-23 14:57:54 +02:00
..
assert-instr-macro Edition 2021, apply clippy::uninlined_format_args fix (#1339) 2022-10-25 20:17:23 +01:00
core_arch Use const {} for the immediate args of _mm*_cmp_* 2023-06-23 14:57:54 +02:00
intrinsic-test Add more AArch64 vrnd intrinsics. 2023-06-21 18:52:21 +02:00
simd-test-macro Edition 2021, apply clippy::uninlined_format_args fix (#1339) 2022-10-25 20:17:23 +01:00
std_detect Support AArch32 Neon dotprod intrinsics. 2023-06-21 18:52:21 +02:00
stdarch-gen Add AArch64 vrnd*_f64 Neon intrinsics. 2023-06-21 18:52:21 +02:00
stdarch-test Remove assert_instr exception for AArch64 *cvt*. 2023-06-09 00:34:38 +02:00
stdarch-verify Remove ud2 intrinsic (in favor of asm! or abort as needed) 2023-05-25 23:30:24 +02:00