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-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
-378
/
+237
2023-10-10
Reimplement _mm256_movemask_ps and _mm256_movemask_pd without LLVM intrinsics
Eduardo Sánchez Muñoz
-6
/
+2
2023-10-10
Reimplement _mm_movemask_ps and _mm_movemask_pd without LLVM intrinsics
Eduardo Sánchez Muñoz
-6
/
+2
2023-10-10
Reimplement _mm256_addsub_ps and _mm256_addsub_pd without LLVM intrinsics
Eduardo Sánchez Muñoz
-6
/
+10
2023-10-10
Reimplement _mm_addsub_ps and _mm_addsub_pd without LLVM intrinsics
Eduardo Sánchez Muñoz
-7
/
+11
2023-10-10
Reimplement _mm_blend_pd and _mm_blend_ps without LLVM intrinsics
Eduardo Sánchez Muñoz
-6
/
+15
2023-10-10
Reimplement _mm_blendv_ps and _mm256_blendv_ps without LLVM intrinsics
Eduardo Sánchez Muñoz
-6
/
+4
2023-10-10
Reimplement _mm_blendv_pd and _mm256_blendv_pd without LLVM intrinsics
Eduardo Sánchez Muñoz
-6
/
+4
2023-10-10
Reimplement _mm_blend_epi16 without LLVM intrinsics
Eduardo Sánchez Muñoz
-7
/
+15
2023-10-10
Reimplement _mm_blendv_epi8 and _mm256_blendv_epi8 without LLVM intrinsics
Eduardo Sánchez Muñoz
-6
/
+4
2023-10-10
Reimplement _mm_mul_epi32 and _mm256_mul_epi32 without LLVM intrinsics
Eduardo Sánchez Muñoz
-6
/
+6
2023-10-10
Reimplement _mm_avg_epu8, _mm_avg_epu16, _mm256_avg_epu8 and _mm256_avg_epu16...
Eduardo Sánchez Muñoz
-12
/
+16
2023-10-10
Reimplement _mm_mulhi_epi16, _mm_mulhi_epu16, _mm256_mulhi_epi16 and _mm256_m...
Eduardo Sánchez Muñoz
-12
/
+16
2023-10-10
Reimplement _mm_mul_epu32 and _mm256_mul_epu32 without LLVM intrinsics
Eduardo Sánchez Muñoz
-6
/
+8
2023-10-10
Reimplement _mm_cvtpd_ps and _mm_cvtps_pd without LLVM intrinsics
Eduardo Sánchez Muñoz
-6
/
+5
2023-10-10
Reimplement _mm_cvtepi32_ps without LLVM intrinsics
Eduardo Sánchez Muñoz
-3
/
+1
2023-10-10
Bump wasmprinter to 0.2.67
Eduardo Sánchez Muñoz
-1
/
+1
2023-10-10
Bump itertools to 0.11
Eduardo Sánchez Muñoz
-1
/
+1
2023-10-10
Bump pretty_env_logger to 0.5
Eduardo Sánchez Muñoz
-1
/
+1
2023-10-10
Bump clap to 4.4
Eduardo Sánchez Muñoz
-55
/
+47
2023-10-10
Bump serde-xml-rs to 0.6
Eduardo Sánchez Muñoz
-1
/
+1
2023-10-10
Bump syn to 2.0
Eduardo Sánchez Muñoz
-33
/
+57
2023-10-10
Remove use of auv crate from tests
bjorn3
-48
/
+11
2023-10-10
Remove the auxv dev dependency.
bjorn3
-1
/
+0
2023-10-02
Bump _mm_getcsr/_mm_setcsr deprecation Rust version to 1.75
Eduardo Sánchez Muñoz
-10
/
+10
2023-10-02
Add parentheses to avoid (re)parsing ambiguity in `test_vsri` macro.
Eduardo Sánchez Muñoz
-2
/
+2
2023-10-02
Add `#[cfg_attr(miri, ignore)]` to SSE and SSE2 that cannot be supported by Miri
Eduardo Sánchez Muñoz
-0
/
+28
2023-10-02
Support adding attributes to `simd_test` tests
Eduardo Sánchez Muñoz
-34
/
+6
2023-10-02
Avoid subtraction overflow in `test_mm_store{,1,r}_ps` functions
Eduardo Sánchez Muñoz
-3
/
+3
2023-10-02
Use `assert_approx_eq!` in `test_mm_rcp_ss`
Eduardo Sánchez Muñoz
-1
/
+5
2023-10-01
Add some `#[allow(deprecated)]`
Eduardo Sánchez Muñoz
-0
/
+25
2023-10-01
Remove references to `_mm_getcsr` or `_mm_setcsr` in other function's docs
Eduardo Sánchez Muñoz
-4
/
+2
2023-10-01
Deprecate functions that use `_mm_getcsr` or `_mm_setcsr`
Eduardo Sánchez Muñoz
-0
/
+32
2023-09-29
deprecate _mm_getcsr and _mm_setcsr
Ralf Jung
-0
/
+8
2023-09-29
another typo
Ralf Jung
-1
/
+1
2023-09-29
fix typo
Ralf Jung
-1
/
+1
2023-09-29
Rust does not let you observe or mutate the floating-point register in well-d...
Ralf Jung
-0
/
+19
[prev]
[next]