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
/
simd.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-06
Don't field-project (`.0`) into SIMD types
Scott McMurray
-10
/
+53
2025-02-24
core-arch: Add Arm f16 vector types
Kajetan Puchalski
-0
/
+2
2025-02-23
use `simd_shuffle` in the implementation of `vec_splat`
Folkert de Vries
-0
/
+4
2024-11-30
Rework SIMD zeroing
Tobias Decking
-0
/
+3
2024-09-28
Clean up docs, fixing indentation and formatting
Yuri Astrakhan
-2
/
+1
2024-08-17
Use full path to refer `simd_shuffle` intrinsic from `simd_shuffle!` macro
Eduardo Sánchez Muñoz
-2
/
+0
2024-08-08
Keep `Debug` the same
Scott McMurray
-0
/
+15
2024-08-08
Move entirely to array-based SIMD
Scott McMurray
-82
/
+90
2024-07-26
Update Intrinsics List to v3.6.9
sayantn
-5
/
+1
2024-07-26
AVX512FP16 Part 0: Types
sayantn
-2
/
+71
2024-07-06
Refactor avx512bw: avg + mulhi + abs
Tobias Decking
-0
/
+139
2024-04-16
Implement _mm(256)_abs_epi* without x86-specific LLVM intrinsics
Eduardo Sánchez Muñoz
-0
/
+67
2024-02-18
simplify simd_ty, simd_m_ty macros: do not repeat the element type N times
Ralf Jung
-517
/
+88
2024-02-17
avoid using simd_extract in SimdTy::extract (since the index is not a constan...
Ralf Jung
-10
/
+12
2021-12-04
Update the intrinsic checker tool (#1258)
Amanieu d'Antras
-3
/
+3
2021-01-18
Avx512f_avx512vl (#983)
minybot
-0
/
+1
2020-11-22
Avx512bw (#953)
minybot
-0
/
+196
2020-11-07
Add most single-register load Arm intrinsics. (#941)
Adam Hillier
-0
/
+1
2020-10-10
Avx512f (#921)
minybot
-0
/
+196
2020-08-25
add some avx512f intrinsics(mask, rotation, shift) (#884)
minybot
-95
/
+583
2020-06-16
Add AVX 512f gather, scatter and compare intrinsics (#866)
Daniel Smith
-0
/
+16
2020-05-29
Add one AVX512f comparison and the intrinsics needed to test it
Daniel Smith
-0
/
+4
2019-10-26
Replace rustfmt::skip custom inner attribute with rustfmt.toml
Mateusz Mikuła
-1
/
+0
2019-05-13
Always inline splat and extract
Luca Barbato
-5
/
+8
2019-05-09
Implement F16C intrinsics
gnzlbg
-0
/
+4
2019-04-17
Fix clippy issues
gnzlbg
-2
/
+2
2019-02-23
Make core_arch compatible with Rust2015 and Rust2018
gnzlbg
-2
/
+2
2019-02-11
Add _mm512_set1_epi64.
Henry de Valence
-0
/
+4
2019-01-22
Do not use Self constructors
gnzlbg
-4
/
+6
2019-01-22
Fix clippy issues
gnzlbg
-4
/
+4
2019-01-22
Refactor stdsimd
gnzlbg
-0
/
+191