about summary refs log tree commit diff
path: root/library/stdarch/crates/core_arch/src/macros.rs
AgeCommit message (Expand)AuthorLines
2025-03-06Don't field-project (`.0`) into SIMD typesScott McMurray-1/+1
2025-03-03add `vec_find_any_eq_cc` and `vec_find_any_ne_cc`Folkert de Vries-0/+24
2025-02-09Format with style edition 2024Eric Huss-9/+3
2024-08-28simd_extract, simd_insert: use absolute path in macroRalf Jung-3/+3
2024-08-28simd_shuffle: pass the idx argument as a vectorRalf Jung-1/+9
2024-08-17Use full path to refer `simd_shuffle` intrinsic from `simd_shuffle!` macroEduardo Sánchez Muñoz-1/+1
2024-08-08Keep `Debug` the sameScott McMurray-6/+42
2024-08-08Move entirely to array-based SIMDScott McMurray-2/+17
2024-02-18remove unnecessary let bindingRalf Jung-8/+1
2024-02-17put the idx arguments of simd_insert and simd_extract into const blocksRalf Jung-0/+17
2023-10-31Change `x <= y - 1` to `x < y` in `static_assert_{u,s}imm_bits`Eduardo Sánchez Muñoz-2/+2
2023-03-05Replace associated const hacks with inline constsAmanieu d'Antras-66/+36
2023-01-10use inline const for last simd_shuffle argumentRalf Jung-91/+9
2022-09-06Remove simd_shuffle<n> usage in favor of simd_shufflebjorn3-12/+12
2022-05-10Allow unused macro arms for simd_shuffle16 tooest31-1/+1
2022-05-10Allow unused macro rules for two macros (#1305)est31-1/+1
2021-05-15Use `#![feature(const_panic)]` to produce better assertion errors (#1165)Aaron Hill-2/+2
2021-05-13use simd_shuffle macros on wasm32 (#1162)Ralf Jung-6/+6
2021-05-11manually const-ify shuffle arguments (#1160)Ralf Jung-0/+96
2021-03-26Remove unused constify macros (#1098)Amanieu d'Antras-351/+0
2021-03-21Add static assertions for all const genericsAlex Crichton-2/+2
2021-03-17Convert all uses of llvm_asm! to asm! (#1052)Amanieu d'Antras-0/+7
2021-03-05use transmute in vceqz instructions in aarch64/neon/generated.rsSparrowLii-2/+2
2021-03-05Modify stdarch-gen to generate instructions with a single parameter and add v...SparrowLii-2/+2
2021-03-03Add `static_assert_imm{1,5,6}` macrosLzu Tao-15/+29
2021-03-01Convert vld1_lane_* and other methods to const generics (#1034)Sparrow Li-0/+7
2021-03-01Use uppercase for const generic parameters (#1035)Amanieu d'Antras-3/+3
2021-03-01Convert `x86/sse41.rs` intrinsics to const generics (#1026)Rémy Rakic-6/+27
2021-02-28Convert some SSE2 intrinsics to const generics (#1021)Rémy Rakic-42/+16
2021-02-27Use static assertions to bound-check const generics (#1019)Amanieu d'Antras-0/+13
2020-04-07Implement additional ARM NEON intriniscs (#792)Heinz N. Gies-0/+44
2019-07-11Add imm5 and imm_s5 to the common macrosLuca Barbato-0/+84
2019-04-17Fix clippy issuesgnzlbg-2/+1
2019-01-22Refactor stdsimdgnzlbg-0/+282