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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
intrinsics
/
simd.rs
Age
Commit message (
Expand
)
Author
Lines
2024-02-25
remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics
Ralf Jung
-1
/
+79
2024-02-21
remove simd_reduce_{min,max}_nanless
Ralf Jung
-26
/
+0
2024-02-21
make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas...
Ralf Jung
-12
/
+4
2024-02-21
intrinsics::simd: add missing functions
Ralf Jung
-0
/
+103
2024-02-20
Rollup merge of #119203 - farnoy:simd-masked-intrinsic-docfix, r=RalfJung
Matthias Krüger
-4
/
+6
2024-02-20
Correct the simd_masked_{load,store} intrinsic docs
Jakub Okoński
-4
/
+6
2024-02-10
various docs tweaks
Ralf Jung
-7
/
+7
2024-02-10
simd_scatter: mention left-to-right order
Ralf Jung
-0
/
+3
2024-02-10
add more missing simd intrinsics
Ralf Jung
-0
/
+32
2024-02-10
simd intrinsics: add simd_shuffle_generic
Ralf Jung
-3
/
+16
2023-12-22
update cfg(bootstrap)s
Pietro Albini
-2
/
+0
2023-12-18
Disable new intrinsics for bootstrap
Caleb Zulawski
-0
/
+2
2023-12-17
Add new intrinsics
Caleb Zulawski
-0
/
+39
2023-12-17
Further explain semantics
Caleb Zulawski
-2
/
+13
2023-12-17
Apply suggestions from code review
Caleb Zulawski
-2
/
+3
2023-12-17
Improve simd_bitmask documentation and other minor fixes
Caleb Zulawski
-8
/
+15
2023-12-17
State type requirements first
Caleb Zulawski
-61
/
+62
2023-12-17
Clarify UB and improve grammar
Caleb Zulawski
-4
/
+4
2023-12-17
Add core::intrinsics::simd
Caleb Zulawski
-0
/
+412