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
Age
Commit message (
Expand
)
Author
Lines
2024-04-23
Implement ARM `__ssat` and `__usat` functions
Eduardo Sánchez Muñoz
-7
/
+61
2024-04-22
Don't depend on libc for cfg(windows)
Ben Kimock
-1
/
+3
2024-04-19
Enable testing for AArch64 Windows
Daniel Paoliello
-185
/
+224
2024-04-18
Add vec_mergee and vec_mergeo
Luca Barbato
-0
/
+114
2024-04-16
Add tests for power9-vector instructions
Luca Barbato
-7
/
+17
2024-04-16
Consider power9-vector when testing instructions
Luca Barbato
-2
/
+6
2024-04-16
Implement _mm(256)_abs_epi* without x86-specific LLVM intrinsics
Eduardo Sánchez Muñoz
-21
/
+91
2024-04-13
Remove duplicated `allow(dead_code)` attribute
Tony Arcieri
-1
/
+0
2024-04-12
Stabilize AArch64 SHA3 intrinsics
Tony Arcieri
-23
/
+24
2024-04-12
Use inline assembly for Arm64EC
Daniel Paoliello
-3
/
+2
2024-04-10
Fix clippy warnings in stdarch-gen
Eduardo Sánchez Muñoz
-90
/
+92
2024-04-10
typos: fix bad precision comments
messense
-6
/
+6
2024-04-10
fix: reversed _mm512_set4_epi64 implementation
Kirsten Laskoski
-4
/
+2
2024-04-10
intrinsic-test: Suppress a warning about dead code
Luca Barbato
-0
/
+1
2024-03-20
core_arch/loongarch64: Re-export SIMD types
WANG Rui
-0
/
+8
2024-03-19
[wasm32] Add an intrinsic for the throw instruction
Noa
-0
/
+22
2024-03-13
arm64ec
Daniel Paoliello
-2939
/
+4316
2024-03-12
Add vec_xl_len and vec_xst_len
Luca Barbato
-182
/
+350
2024-03-07
std_detect: loongarch: Add runtime detectable features from LLVM
WANG Rui
-4
/
+45
2024-03-07
std_detect: loongarch: Remove features not supported by LLVM
WANG Rui
-32
/
+0
2024-03-06
Update FreeBSD 13 CI image
Alan Somers
-1
/
+1
2024-03-05
check sub-leaf to detect avx512bf16
Mingzhuo Yin
-7
/
+7
2024-03-05
fix: invalid bit for detecting avx512 feature
Mingzhuo Yin
-9
/
+15
2024-03-05
typo: invalid comments for `_mm512_setzero_ps`
Mingzhuo Yin
-3
/
+3
2024-03-05
Update to `wasm32-wasip1`-based testing
Alex Crichton
-18
/
+15
2024-02-29
correct `_mm_insert_ps` documentation
Kalle Wachsmuth
-12
/
+12
2024-02-28
core_arch: Add LoongArch LASX testcases
WANG Rui
-0
/
+14694
2024-02-28
core_arch: Add LoongArch LASX intrinsics
WANG Rui
-0
/
+16127
2024-02-28
core_arch: Add LoongArch LSX testcases
WANG Rui
-0
/
+7137
2024-02-28
core_arch: Add LoongArch LSX intrinsics
ZHAI Xiang
-0
/
+15688
2024-02-28
Add intrinsic code generator for LoongArch
ZHAI Xiang
-1
/
+1572
2024-02-28
stdarch-gen: Move to stdarch-gen-arm
WANG Rui
-13
/
+13
2024-02-24
use `addr_of!`
Pavel Grigorenko
-48
/
+51
2024-02-24
feat: std_detect avx512fp16
usamoi
-6
/
+13
2024-02-23
use remaining SIMD intrinsics via libcore
Ralf Jung
-66
/
+53
2024-02-23
Add ping groups from Rust to stdarch
Adam Gemmell
-0
/
+48
2024-02-23
Add vec_sel
Luca Barbato
-0
/
+120
2024-02-23
Add vec_nand
Luca Barbato
-0
/
+42
2024-02-21
non-temporal stores: document interaction with Rust memory model
Ralf Jung
-5
/
+181
2024-02-20
Fix redundant import warnings
Amanieu d'Antras
-57
/
+19
2024-02-18
simplify simd_ty, simd_m_ty macros: do not repeat the element type N times
Ralf Jung
-534
/
+111
2024-02-18
remove unnecessary let binding
Ralf Jung
-8
/
+1
2024-02-17
avoid using simd_extract in SimdTy::extract (since the index is not a constan...
Ralf Jung
-10
/
+12
2024-02-17
put the idx arguments of simd_insert and simd_extract into const blocks
Ralf Jung
-774
/
+791
2024-02-17
import LLVM SIMD intrinsics from core rather than declaring them locally
Ralf Jung
-65
/
+5
2024-02-16
Improve feature detect for combined aarch64 features
Adam Gemmell
-10
/
+12
2024-02-16
Add vec_subc
Luca Barbato
-0
/
+34
2024-02-16
Add vec_round
Luca Barbato
-0
/
+40
2024-02-16
Add vec_rl
Luca Barbato
-0
/
+77
2024-02-16
Add vec_cntlz
Luca Barbato
-0
/
+55
[prev]
[next]