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
2025-02-09
Apply unsafe_attr_outside_unsafe
Eric Huss
-2
/
+2
2025-02-09
Apply rust_2024_incompatible_pat
Eric Huss
-2
/
+2
2025-02-09
Apply missing_unsafe_on_extern
Eric Huss
-1116
/
+1116
2025-02-07
some doc changes
Folkert de Vries
-5
/
+5
2025-02-07
add `vec_splats` for s390x
Folkert de Vries
-2
/
+97
2025-02-07
add `vec_abs` for s390x
Folkert de Vries
-1
/
+53
2025-02-07
add `vec_max` and `vec_min` for s390x
Folkert de Vries
-2
/
+84
2025-02-07
add `vec_sub` and `vec_mul` for s390x
Folkert de Vries
-1
/
+304
2025-02-07
implement `VectorAdd` for `s390x`
Folkert de Vries
-2
/
+9
2025-02-07
Small refactorings in `x86-intel.rs`
sayantn
-65
/
+18
2025-02-07
Move all x86 std_detect tests to `x86-specific.rs` to reduce duplication
sayantn
-91
/
+15
2025-02-07
Remove CSR accessing tests as they are immediate UB
sayantn
-115
/
+4
2025-02-07
Fix names of several tests
sayantn
-57
/
+52
2025-02-03
Consistently use the latest itertools.
Jacob Bramley
-1
/
+1
2025-02-03
Update stdarch-gen-arm path generation.
Jacob Bramley
-50
/
+81
2025-01-29
Fix usage of proc_macro2::Punct.
Jacob Bramley
-3254
/
+52
2025-01-20
implement `VectorAdd` for `s390x`
Folkert de Vries
-5
/
+518
2025-01-20
basic infra for s390x vector intrinsics
Folkert de Vries
-0
/
+42
2025-01-16
add `is_s390x_feature_detected`
Folkert de Vries
-15
/
+158
2025-01-16
refactor - remove Sized as it is implicit
James Barford-Evans
-2
/
+2
2025-01-16
remove - relaxing if size
James Barford-Evans
-2
/
+2
2025-01-16
fix: always inline signed conversions
James Barford-Evans
-2
/
+2
2025-01-16
PR feedback & pipeline
James Barford-Evans
-357
/
+124
2025-01-16
Remove old ARM intrinsic generator
James Barford-Evans
-11423
/
+4
2025-01-16
Generator supports creating neon instructions from YAML
James Barford-Evans
-58175
/
+75229
2025-01-16
Generator for SVE intrinsics.
Luca Vizzarro
-0
/
+6185
2025-01-16
Add SVE support to stdarch-verify
Adam Gemmell
-51
/
+219
2024-12-29
Fix typo and prettify comment
Satoshi Tanda
-5
/
+3
2024-12-27
Remove 2 unused intrinsics
sayantn
-4
/
+0
2024-12-27
Remove v64.rs as it was superseded by simd.rs
sayantn
-85
/
+0
2024-12-27
Refactor the `as_*` functions in x86
sayantn
-408
/
+71
2024-12-23
core_arch: Add LoongArch basic intrinsics
WANG Rui
-0
/
+365
2024-12-23
Expand feature detection on AArch64 Darwin
Laine Taffin Altman
-38
/
+84
2024-12-21
Fix `_mm*_mask_cmp_ep*_mask` bug with `IMM3=7`
sayantn
-24
/
+24
2024-12-21
Fix Wasm `f*_sqrt()` doc
daxpedda
-2
/
+2
2024-12-21
Make `assert_instr` stricter
sayantn
-4
/
+9
2024-12-13
Remove buffers in tests for {f,}xsave{c,}{64,}
Martin Liska
-84
/
+0
2024-12-12
`assert_instr` for AMX
Sayantan Chakraborty
-0
/
+27
2024-12-12
Use `core::intrinsics::fmaf16` instead of LLVM intrinsic
Sayantan Chakraborty
-3
/
+1
2024-12-12
Cleanup: remove redundant target features
Sayantan Chakraborty
-48
/
+71
2024-12-12
Add numeric instructions for Wasm not available in `core`
daxpedda
-0
/
+142
2024-12-09
Fix incorrect documentation for _mm_loadu_si64 function
aaishwarymishra@gmail.com
-1
/
+1
2024-12-02
wasm: Add missing `#[target_feature]` to simd ctors
Alex Crichton
-0
/
+21
2024-11-30
Fix test-case
Martin Liska
-1
/
+4
2024-11-30
Fix and document _mmX_alignr_epiX family of intrinsics
Martin Liska
-27
/
+36
2024-11-30
Fix implementation of `_mm256_alignr_epi8<16>`
Martin Liska
-11
/
+10
2024-11-30
Fix signature of `_mm512_store{u,}_si512`.
Martin Liska
-6
/
+6
2024-11-30
remove rustc_allow_const_fn_unstable feature gate
Ralf Jung
-2
/
+1
2024-11-30
Fix the `features` macro.
Nicholas Nethercote
-1
/
+1
2024-11-30
Rework SIMD zeroing
Tobias Decking
-2906
/
+1468
[prev]
[next]