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