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-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 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
2024-02-16
Update test expectations for aarch64
Nikita Popov
-40
/
+33
2024-02-14
Remove last mention of `stdsimd`
daxpedda
-8
/
+1
2024-02-11
Add vec_st, vec_stl, vec_ste
Luca Barbato
-0
/
+175
2024-02-11
Fix vec_ldl
Luca Barbato
-3
/
+3
2024-01-29
Add vec_cmpne
Luca Barbato
-0
/
+86
2024-01-29
Add the boolean types for vec_nor
Luca Barbato
-4
/
+1
2024-01-29
Add vec_adde
Luca Barbato
-0
/
+43
2024-01-26
Add vec_slv and vec_srv
Luca Barbato
-0
/
+41
2024-01-26
Add vec_sro
Luca Barbato
-2
/
+28
2024-01-26
Add vec_srl
Luca Barbato
-2
/
+28
2024-01-26
Add vec_sra
Luca Barbato
-0
/
+26
2024-01-26
Add vec_sr
Luca Barbato
-12
/
+35
2024-01-26
Add vec_slo
Luca Barbato
-0
/
+45
2024-01-26
Add vec_sll
Luca Barbato
-0
/
+37
2024-01-26
Add vec_sld and vec_sldw
Luca Barbato
-0
/
+179
2024-01-26
Add vec_sl
Luca Barbato
-0
/
+77
2024-01-16
Add CPU detection for macOS/aarch64.
Makoto Kato
-0
/
+133
2024-01-15
Rename vec_splat_i* to the correct name
Luca Barbato
-6
/
+6
2024-01-10
Add missing ARM-v7A CRC intrinsics (#1515)
eupn
-57
/
+74
2024-01-06
Add vec_xst
Luca Barbato
-0
/
+77
2024-01-05
Fix std_detect not being an unstable crate
Amanieu d'Antras
-4
/
+18
2024-01-04
Fix std build failure on non-x86 architectures
Amanieu d'Antras
-1
/
+7
2024-01-02
Fixes for use in the standard library
Amanieu d'Antras
-6
/
+4
2023-12-19
Add `#![allow(internal_features)]` to a test to fix CI
Amanieu d'Antras
-0
/
+1
2023-11-30
Stabilize Ratified RISC-V Target Features
Gijs Burghoorn
-64
/
+51
2023-11-30
Revert "Work around CI failures for the ARM target"
Amanieu d'Antras
-26
/
+21
2023-11-30
Report missing features when skipping tests.
Jacob Bramley
-11
/
+17
2023-11-30
Work around CI failures for the ARM target
Amanieu d'Antras
-21
/
+26
2023-11-18
Re-implement some AVX functions without LLVM intrinsics
Eduardo Sánchez Muñoz
-12
/
+4
2023-11-18
Use char constants for single-character patterns
Eduardo Sánchez Muñoz
-31
/
+31
2023-11-18
Silence `clippy::if_same_then_else` in a specific location
Eduardo Sánchez Muñoz
-0
/
+1
2023-11-18
Use `str::strip_prefix` instead of `str::starts_with` + manual strip
Eduardo Sánchez Muñoz
-38
/
+37
2023-11-18
Use `is_empty` instead of comparing `len` to zero
Eduardo Sánchez Muñoz
-4
/
+4
2023-11-18
Remove unneeded borrows
Eduardo Sánchez Muñoz
-17
/
+17
[prev]
[next]