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
/
core_arch
Age
Commit message (
Expand
)
Author
Lines
2025-07-08
remove unneeded cast
Folkert de Vries
-2
/
+2
2025-07-08
shorten array literals
Folkert de Vries
-90
/
+14
2025-07-08
remote intermediate assignment
Folkert de Vries
-32
/
+8
2025-07-07
Use `simd_funnel_sh{l,r}` and `simd_round_ties_even` to remove uses of LLVM i...
sayantn
-153
/
+45
2025-07-07
some clippy fixes
Marijn Schouten
-7
/
+6
2025-07-07
Remove std-detect dev dependency in core_arch
Jakub Beránek
-4
/
+1
2025-07-07
Mark `avx` broadcast intrinsics as safe
okaneco
-7
/
+7
2025-07-07
Use simd_extract! macro instead of calling simd_extract directly
ltdk
-6
/
+6
2025-07-07
Update stabilization version of certain x86 intrinsics to 1.89
Amanieu d'Antras
-22
/
+22
2025-07-07
use `is_multiple_of` to check if an addr is aligned
Folkert de Vries
-4
/
+8
2025-06-19
the `generic_arg_infer` feature is now stable on nightly
Folkert de Vries
-1
/
+0
2025-06-17
Test
satiscugcat
-17
/
+14
2025-06-17
Ran cargo fmt, removed unexpected character
satiscugcat
-28
/
+25
2025-06-17
Moved const fn outside unsafe block
satiscugcat
-11
/
+13
2025-06-17
Changed implementation of _mm{256,512}_alignr_epi8 to match that of _mm_align...
satiscugcat
-350
/
+149
2025-06-17
Changed implementation of bsrli in avx512.rs to match that of bslli, fixing a...
satiscugcat
-195
/
+78
2025-06-17
Changed the implementation of bsrli to match bslli in avx2 intrinsics
satiscugcat
-132
/
+46
2025-06-17
Fixing mistake in previous commit
Aniket Mishra
-1
/
+1
2025-06-17
Removal of redundant mod operation in _mm256_alignr_epi8
Aniket Mishra
-1
/
+1
2025-06-17
Fix in erroneous implementation of _mm256_bsrli_epi128
Aniket Mishra
-1
/
+1
2025-06-11
Fixes to compile with latest Rust nightly
Amanieu d'Antras
-2
/
+0
2025-06-02
Stabilize AVX512 intrinsics
Amanieu d'Antras
-4593
/
+4593
2025-06-02
Fix incorrect intrinsic name in WASM
sayantn
-2
/
+2
2025-06-02
Fix incorrect intrinsic name in X86
sayantn
-11
/
+11
2025-06-02
Remove uses of deprecated type-specific pointers from ARM
sayantn
-278
/
+278
2025-06-02
Use correct LLVM intrinsic for `vmull` and `vaddv`
sayantn
-20
/
+20
2025-06-02
Use rust intrinsics for more ARM intrinsics
sayantn
-393
/
+50
2025-06-02
Mark Neon f16 vectors as unstable
Adam Gemmell
-4
/
+9
2025-06-02
Revert vbsl[q]_f16 to unstable
Adam Gemmell
-16
/
+2
2025-06-01
use `simd_bitreverse` on `aarch64`
Folkert de Vries
-16
/
+2
2025-05-31
Stabilize `sha512`, `sm3` and `sm4` intrinsics and runtime detection
sayantn
-10
/
+10
2025-05-31
Stabilize keylocker intrinsics and runtime detection
sayantn
-12
/
+12
2025-05-30
Upgrade more intrinsics to the new version
sayantn
-18
/
+46
2025-05-30
Use the new definition of `rdtscp` intrinsic
sayantn
-3
/
+5
2025-05-30
Fix s390x intrinsics
sayantn
-9
/
+9
2025-05-30
Fix PPC shift and rotate intrinsics
sayantn
-9
/
+9
2025-05-30
Fix `ldpte` and `lddir` signature
sayantn
-4
/
+6
2025-05-30
mark gfni, vaes, vpclmulqdq intrinsics as safe
usamoi
-132
/
+165
2025-05-30
cmpxchg16b: use atomic_compare_exchange from libcore
Ralf Jung
-28
/
+2
2025-05-21
allow aarch64_softfloat_neon for backwards compatibility
Ralf Jung
-0
/
+13
2025-05-20
use a tuple to return the condition code
Folkert de Vries
-101
/
+48
2025-05-20
use the right load instruction
Folkert de Vries
-3
/
+3
2025-05-20
`avx512_target_feature` is now stable on nightly
Folkert de Vries
-1
/
+0
2025-05-12
Partially stabilize LoongArch target features
WANG Rui
-2
/
+1
2025-05-06
Run `aarch64-pc-windows-msvc` runs on the new `windows-11-arm` runners
sayantn
-8
/
+7
2025-05-03
Pr feedback for instruction & hookup CI for aarch64_be
James Barford-Evans
-0
/
+72
2025-05-03
fix - aarch64_be tests
James Barford-Evans
-6
/
+8
2025-05-03
Fix errors in incorrect SAE and ROUNDING parameters
sayantn
-78
/
+123
2025-05-01
Implement `sha512`, `sm3` and `sm4` intrinsics
sayantn
-32
/
+521
2025-05-01
Fix `stdarch-verify`
sayantn
-2
/
+2
[next]