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
2023-09-01
Impr: Add a usage check for the ci/run-docker.sh script
Gijs Burghoorn
-0
/
+5
2023-09-01
Fix: Testing for RISC-V Zb intrinsics
Gijs Burghoorn
-2
/
+2
2023-09-01
Impl: Add RISC-V Zb intrinsics
Gijs Burghoorn
-0
/
+152
2023-08-31
Fix: Add proper flags for RISCV64 ci
Gijs Burghoorn
-4
/
+4
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
-5
/
+5
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-29
Remove MIPS from CI
Amanieu d'Antras
-18
/
+24
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
2023-06-21
Add AArch64 vrnd*_f64 Neon intrinsics.
Jacob Bramley
-36
/
+454
2023-06-21
Add more AArch64 vrnd intrinsics.
Jacob Bramley
-9
/
+102
2023-06-21
Support AArch32 Neon dotprod intrinsics.
Jacob Bramley
-236
/
+305
2023-06-21
Add support for AArch64 i8mm *dot intrinsics.
Jacob Bramley
-33
/
+427
2023-06-20
Disable vld2q_dup_f32 test in CI
Amanieu d'Antras
-0
/
+5
[prev]
[next]