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
2023-11-16
do not use const stability attribute when we don't even need to call the intr...
Ralf Jung
-1
/
+0
2023-11-16
Fix copy-paste typos for the _x2 and _x3 vector types
Jake Goulding
-12
/
+12
2023-11-05
riscv: remove intrinsics that cannot be used from Rust
Ralf Jung
-89
/
+25
2023-10-31
Avoid unneeded transmutes in generated ARM tests
Eduardo Sánchez Muñoz
-459
/
+459
2023-10-31
Remove unneeded transmutes in ARM code, except generated tests
Eduardo Sánchez Muñoz
-229
/
+159
2023-10-31
Refactor some loops to avoid indexing
Eduardo Sánchez Muñoz
-211
/
+48
2023-10-31
Simplify some expressions with pointers and references
Eduardo Sánchez Muñoz
-8
/
+8
2023-10-31
Avoid constans that are too close to `PI` or `TAU`
Eduardo Sánchez Muñoz
-8
/
+8
2023-10-31
Replace some `x >= LO && x <= HI` with `matches!(x, LO..=HI)`
Eduardo Sánchez Muñoz
-5
/
+5
2023-10-31
Change `x <= y - 1` to `x < y` in `static_assert_{u,s}imm_bits`
Eduardo Sánchez Muñoz
-2
/
+2
2023-10-31
Silence four additional clippy warnings and sort them alphabetically
Eduardo Sánchez Muñoz
-2
/
+6
2023-10-30
Add `#[cfg_attr(miri, ignore)]` to tests of functions that cannot be supporte...
Eduardo Sánchez Muñoz
-0
/
+27
2023-10-30
Improve _mm_round_ss/_mm_round_sd tests
Eduardo Sánchez Muñoz
-10
/
+38
2023-10-30
Extend _mm_minpos_epu16 test to check case where minimum value is repeated
Eduardo Sánchez Muñoz
-0
/
+9
2023-10-30
Extend _mm_insert_ps test to check zeroing priority over copying
Eduardo Sánchez Muñoz
-0
/
+7
2023-10-30
Extend _mm_mulhrs_epi16 test to check large values
Eduardo Sánchez Muñoz
-0
/
+7
2023-10-30
Extend _mm_maddubs_epi16 test to check widening and saturating behavior
Eduardo Sánchez Muñoz
-0
/
+21
2023-10-30
Extend SSSE3 hadd/hsub tests to check overflow behavior (wrapping or saturating)
Eduardo Sánchez Muñoz
-0
/
+78
2023-10-30
Extend _mm_shuffle_epi8 test to check index wrapping
Eduardo Sánchez Muñoz
-0
/
+5
2023-10-30
Extend _mm_madd_epi16 test to check cases with large values.
Eduardo Sánchez Muñoz
-0
/
+26
2023-10-29
Fix various compilation errors
Amanieu d'Antras
-0
/
+3
2023-10-29
Fix more missing/incorrect feature specifications
Amanieu d'Antras
-10
/
+70
2023-10-29
Cleanup last uses of the stdsimd feature
Amanieu d'Antras
-2
/
+0
2023-10-29
Add tracking issue for 32-bit ARM DSP instrinsics
Amanieu d'Antras
-2
/
+51
2023-10-29
Remove ARM udf and dbg intrinsics
Amanieu d'Antras
-32
/
+0
2023-10-29
Add tracking issue for all remaining unstable NEON intrinsics
Amanieu d'Antras
-0
/
+115
2023-10-29
Add tracking issue for ARM barrier intrinsics
Amanieu d'Antras
-25
/
+29
2023-10-29
Add tracking issue for ARM hint intrinsics
Amanieu d'Antras
-0
/
+7
2023-10-29
Add tracking issue for AArch64 prefetch intrinsic
Amanieu d'Antras
-0
/
+8
2023-10-29
Add tracking issue for AArch64 TME intrinsics
Amanieu d'Antras
-0
/
+17
2023-10-29
Add tracking issue for ARM CRC32 intrinsics
Amanieu d'Antras
-2
/
+10
2023-10-29
Add stability attributes for re-exports of AArch64 NEON intrinsics
Amanieu d'Antras
-0
/
+3
2023-10-29
Fix 'since' in simd_avx512_types stability attribute
Amanieu d'Antras
-3
/
+3
2023-10-29
Fix stability attributes for ARM crypto intrinsics
Amanieu d'Antras
-56
/
+78
2023-10-29
Add tracking issue for ARM NEON instructions
Amanieu d'Antras
-4
/
+3823
2023-10-29
Add tracking issue for NVPTX intrinsics
Amanieu d'Antras
-1
/
+19
2023-10-29
Add tracking issue for MIPS intrinsics
Amanieu d'Antras
-56
/
+595
2023-10-29
Add tracking issues for WebAssembly
Amanieu d'Antras
-0
/
+27
2023-10-29
Add tracking issue for `_MM_SHUFFLE`
Amanieu d'Antras
-1
/
+1
2023-10-29
Check for missing stability attributes when building outside core
Amanieu d'Antras
-2
/
+4
2023-10-29
Add tracking issue for PowerPC intrinsics
Amanieu d'Antras
-2
/
+185
2023-10-29
Add tracking issue for RISC-V intrinsics
Amanieu d'Antras
-47
/
+169
2023-10-29
Revert accidental stabilization of `_mm512_storeu_ps`
Amanieu d'Antras
-1
/
+0
2023-10-29
Add tracking issue on `has_cpuid`
Amanieu d'Antras
-0
/
+1
2023-10-29
Add stability attributes on x86 re-exports
Amanieu d'Antras
-13
/
+58
2023-10-29
Add tracking issue for RTM
Amanieu d'Antras
-0
/
+12
2023-10-29
Add tracking issue for AVX-512
Amanieu d'Antras
-0
/
+3943
2023-10-21
Disable NEON intrinsics on big-endian ARM
Amanieu d'Antras
-98
/
+14
2023-10-12
Fix UB in _mm_movemask_ps, _mm_movemask_pd, _mm256_movemask_ps and _mm256_mov...
Eduardo Sánchez Muñoz
-4
/
+16
2023-10-11
Remove unneeded transmutes
Eduardo Sánchez Muñoz
-373
/
+236
[next]