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
2023-09-29
core_arch: Fix ARMv6 CP15 barrier
Taiki Endo
-3
/
+6
2023-09-25
Add missing `aes64im` of RISC-V Zk extension
Gijs Burghoorn
-0
/
+27
2023-09-22
Fix: #1464 for rv64 zb
Gijs Burghoorn
-9
/
+5
2023-09-22
Fix: #1464 for rv64 zk
Gijs Burghoorn
-40
/
+22
2023-09-22
Format
Eduardo Sánchez Muñoz
-4
/
+16
2023-09-22
Improve `_mm_max_ps`, `_mm_min_pd`, `_mm_max_pd` tests
Eduardo Sánchez Muñoz
-0
/
+33
2023-09-22
Improve SSE2 slli/srli/srai tests
Eduardo Sánchez Muñoz
-31
/
+40
2023-09-22
Improve SSE2 sll/srl/sra tests
Eduardo Sánchez Muñoz
-34
/
+75
2023-09-22
Add `#[track_caller]` to `assert_eq_*` functions
Eduardo Sánchez Muñoz
-0
/
+9
2023-09-01
Impl: Add RISC-V Zb intrinsics
Gijs Burghoorn
-0
/
+152
2023-08-31
Fix: Remove assert_instr for RISCV, see #1464
Gijs Burghoorn
-30
/
+60
2023-08-31
Fix: Add constant for assert_instr
Gijs Burghoorn
-41
/
+14
2023-08-31
Fix: Remove unused arch::asm imports
Gijs Burghoorn
-4
/
+0
2023-08-31
Impr: Remove pack instructions as instrinsics
Gijs Burghoorn
-67
/
+0
2023-08-31
Chore: Cargo format
Gijs Burghoorn
-1
/
+1
2023-08-31
Fix: Utilize LLVM intrinsics where possible
Gijs Burghoorn
-310
/
+112
2023-08-31
Fix: Change to 'rustc_legacy_const_generics'
Gijs Burghoorn
-184
/
+120
2023-08-31
Fix: Assembly mistakes in RISC-V Zk extensions
Gijs Burghoorn
-7
/
+7
2023-08-31
Chore cargo fmt
Gijs Burghoorn
-4
/
+4
2023-08-31
Implement RISC-V Zk extension intrinsics
Gijs Burghoorn
-171
/
+1458
2023-08-31
Depend on `riscv_ext_intrinsics` feature.
Gijs Burghoorn
-2
/
+48
2023-08-30
Fix `_mm_srli_epi64`
Eduardo Sánchez Muñoz
-1
/
+1
2023-08-30
Implement AVX512BW 16-bit shift by immediate (srai_epi16) with `simd_shr` ins...
Eduardo Sánchez Muñoz
-25
/
+10
2023-08-30
Implement AVX512BW 16-bit shift by immediate (srli_epi16) with `simd_shr` ins...
Eduardo Sánchez Muñoz
-12
/
+18
2023-08-30
Implement AVX512BW 16-bit shift by immediate (slli_epi16) with `simd_shl` ins...
Eduardo Sánchez Muñoz
-31
/
+44
2023-08-30
Implement AVX512F 64-bit shift by immediate (srai_epi64) with `simd_shr` inst...
Eduardo Sánchez Muñoz
-31
/
+12
2023-08-30
Implement AVX512F 32-bit shift by immediate (srai_epi32) with `simd_shr` inst...
Eduardo Sánchez Muñoz
-25
/
+10
2023-08-30
Implement AVX512F 64-bit shift by immediate (srli_epi64) with `simd_shr` inst...
Eduardo Sánchez Muñoz
-32
/
+44
2023-08-30
Implement AVX512F 32-bit shift by immediate (srli_epi32) with `simd_shr` inst...
Eduardo Sánchez Muñoz
-32
/
+44
2023-08-30
Implement AVX512F 64-bit shift by immediate (slli_epi64) with `simd_shl` inst...
Eduardo Sánchez Muñoz
-32
/
+44
2023-08-30
Implement AVX512F 32-bit shift by immediate (slli_epi32) with `simd_shl` inst...
Eduardo Sánchez Muñoz
-32
/
+44
2023-08-30
Implement AVX2 shift by immediate (slli, srli, srai) with `simd_sh{l,r}` inst...
Eduardo Sánchez Muñoz
-24
/
+32
2023-08-30
Implement SSE2 shift by immediate (slli, srli, srai) with `simd_sh{l,r}` inst...
Eduardo Sánchez Muñoz
-24
/
+32
2023-08-30
Implement SSE2 and AVX unaligned stores (storeu) with `<*mut T>::write_unalig...
Eduardo Sánchez Muñoz
-15
/
+5
2023-08-29
Update instruction tests for LLVM 17
Amanieu d'Antras
-43
/
+46
2023-08-29
Fix CI on wasm32-wasi
Amanieu d'Antras
-26
/
+36
2023-08-29
Add `#![allow(internal_unstable)]`
Amanieu d'Antras
-2
/
+1
2023-08-13
Fix typo
zica
-3
/
+3
2023-08-04
clippy: unnecessary cast warnings on x86.
Bruce Mitchener
-54
/
+54
2023-07-30
clippy: Some simple clippy fixes.
Bruce Mitchener
-22
/
+12
2023-07-30
Use `#[rustfmt::skip]` instead of `#[cfg_attr(...)]`.
Bruce Mitchener
-12
/
+12
2023-07-30
docs: Fix warnings and typos.
Bruce Mitchener
-4
/
+4
2023-07-30
Remove redundant definitions
Amanieu d'Antras
-30
/
+2
2023-07-29
Remove `#[target_feature]` from const fn
Amanieu d'Antras
-10
/
+0
2023-07-03
Add vec_xl
Luca Barbato
-0
/
+84
2023-07-03
Add vec_loge
Luca Barbato
-0
/
+11
2023-07-03
Add vec_mfvscr
Luca Barbato
-0
/
+11
2023-07-03
Fix the documentation of vec_ceil
Luca Barbato
-1
/
+1
2023-06-28
Fix some NEON intrinsics not appearing in standard library docs
Amanieu d'Antras
-191
/
+191
2023-06-23
Use const {} for the immediate args of _mm*_cmp_*
bjorn3
-3
/
+3
[prev]
[next]