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
Age
Commit message (
Expand
)
Author
Lines
2024-06-17
Fix compiler errors
Tobias Decking
-9
/
+10
2024-06-17
Update avx.rs
Tobias Decking
-3
/
+1
2024-06-17
Update sse2.rs
Tobias Decking
-5
/
+1
2024-06-17
Update sse.rs
Tobias Decking
-18
/
+6
2024-06-17
Update fma.rs
Tobias Decking
-60
/
+52
2024-06-11
Use longer associated types in the Altivec traits
Luca Barbato
-17
/
+17
2024-06-11
Update avx.rs
sayantn
-2
/
+2
2024-06-11
Fixed `_mm256_cvtsd_f64`
sayantn
-19
/
+19
2024-06-07
Fix duplicated argument name in extern block
bjorn3
-1
/
+1
2024-06-07
Ignore int3 instructions when counting instructions in tests
Amanieu d'Antras
-1
/
+1
2024-05-14
feat: stabilization for stdarch_aarch64_crc32
Olasunkanmi Olayinka
-12
/
+89
2024-05-13
Add vec_insert and vec_extract
Luca Barbato
-0
/
+98
2024-05-07
Remove libc dependency on Windows by using Win32 to get env vars
Daniel Paoliello
-9
/
+34
2024-05-06
Add vec_orc
Luca Barbato
-0
/
+35
2024-05-06
Simplify vec_andc implementation
Luca Barbato
-26
/
+5
2024-05-06
Silence unexpected-cfgs
Luca Barbato
-0
/
+4
2024-04-28
Add vec_mul
Luca Barbato
-0
/
+63
2024-04-28
Remove `#![feature(inline_const)]`
Eduardo Sánchez Muñoz
-1
/
+0
2024-04-28
Add `#[cfg_attr(miri, ignore)]` to tests of intrinsics that cannot be support...
Eduardo Sánchez Muñoz
-0
/
+5
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
-184
/
+215
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-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-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
-0
/
+1568
2024-02-28
stdarch-gen: Move to stdarch-gen-arm
WANG Rui
-10
/
+10
2024-02-24
use `addr_of!`
Pavel Grigorenko
-48
/
+51
[prev]
[next]