rust/library/stdarch/crates/core_arch/src
Amanieu d'Antras 8fe55684d8
Merge pull request #1860 from folkertdev/stdarch-test-cleanup
`stdarch-test`: various cleanups
2025-07-18 20:27:56 +00:00
..
aarch64 test for the high version of a number of instructions 2025-07-17 02:12:15 +02:00
arm fix non-working intrinsics 2025-02-24 11:04:20 +00:00
arm_shared aarch64: check for trn1 and trn2 2025-07-15 22:17:03 +02:00
loongarch32 loongarch: Add basic support for LoongArch32 2025-06-28 11:28:32 +08:00
loongarch64 loongarch: Mark SIMD intrinsics without memory access as safe 2025-07-18 20:42:19 +08:00
loongarch_shared loongarch: Mark partial basic intrinsics as safe 2025-07-18 11:52:17 +08:00
mips Apply missing_unsafe_on_extern 2025-02-09 09:12:30 -08:00
nvptx nvptx: use simd_fmin and simd_fmax for minnum and maxnum 2025-02-24 14:25:11 +00:00
powerpc Use simd_funnel_sh{l,r} and simd_round_ties_even to remove uses of LLVM intrinsics 2025-07-07 23:30:02 +00:00
powerpc64 Apply missing_unsafe_on_extern 2025-02-09 09:12:30 -08:00
riscv32 mark riscv intrinsics as safe 2025-02-23 23:32:14 +00:00
riscv64 mark riscv intrinsics as safe 2025-02-23 23:32:14 +00:00
riscv_shared mark riscv intrinsics as safe 2025-02-23 23:32:14 +00:00
s390x s390x: fix tests that matched on prefix of instruction 2025-07-15 20:20:46 +02:00
wasm32 use is_multiple_of to check if an addr is aligned 2025-07-07 17:08:03 +00:00
x86 Use simd_funnel_sh{l,r} and simd_round_ties_even to remove uses of LLVM intrinsics 2025-07-07 23:30:02 +00:00
x86_64 use is_multiple_of to check if an addr is aligned 2025-07-07 17:08:03 +00:00
core_arch_docs.md loongarch: Add basic support for LoongArch32 2025-06-28 11:28:32 +08:00
lib.rs Remove std-detect dev dependency in core_arch 2025-07-07 21:50:45 +00:00
macros.rs Don't field-project (.0) into SIMD types 2025-03-06 17:55:01 +00:00
mod.rs loongarch: Add basic support for LoongArch32 2025-06-28 11:28:32 +08:00
simd.rs Don't field-project (.0) into SIMD types 2025-03-06 17:55:01 +00:00