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-09-14
simd_shuffle: require index argument to be a vector
Ralf Jung
-1
/
+1
2024-08-13
simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar...
Ralf Jung
-1
/
+1
2024-07-26
Fix doc nits
John Arundel
-54
/
+55
2024-07-25
Stop using `unsized_const_parameters` in core/std
Boxy
-12
/
+0
2024-07-05
Auto merge of #126171 - RalfJung:simd_bitmask_multibyte, r=workingjubilee
bors
-6
/
+13
2024-06-25
simd_bitmask intrinsic: add a non-power-of-2 multi-byte example
Ralf Jung
-6
/
+13
2024-06-24
Fix simd_gather documentation
Petteri Räty
-3
/
+0
2024-06-11
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2024-05-24
Fix some SIMD intrinsics documentation
Mees Frensel
-4
/
+4
2024-05-18
compiler: add simd_ctpop intrinsic
Jubilee Young
-0
/
+7
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-13
/
+0
2024-04-03
rename `expose_addr` to `expose_provenance`
joboet
-0
/
+6
2024-04-02
Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu
Jacob Pratt
-0
/
+7
2024-03-23
Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubilee
Jubilee
-1
/
+1
2024-03-23
also rename the SIMD intrinsic
Ralf Jung
-0
/
+7
2024-03-20
Update target.rs alloc.rs event.rs simd.rs
RoboSchmied
-1
/
+1
2024-03-20
step cfgs
Mark Rousskov
-12
/
+1
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