Skip to content

Commit 558ac1c

Browse files
committed
Auto merge of #118853 - calebzulawski:simd-intrinsics, r=RalfJung
Add core::intrinsics::simd Intended to close rust-lang/portable-simd#381. r? ralfjung
2 parents 69e4545 + e61aaf9 commit 558ac1c

File tree

2 files changed

+474
-0
lines changed

2 files changed

+474
-0
lines changed

Diff for: library/core/src/intrinsics.rs

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ use crate::marker::Tuple;
5959
use crate::mem;
6060

6161
pub mod mir;
62+
pub mod simd;
6263

6364
// These imports are used for simplifying intra-doc links
6465
#[allow(unused_imports)]

0 commit comments

Comments
 (0)