Skip to content

Commit 5aba25f

Browse files
committed
Auto merge of rust-lang#118853 - calebzulawski:simd-intrinsics, r=RalfJung
Add core::intrinsics::simd Intended to close rust-lang/portable-simd#381. r? ralfjung
2 parents 936613c + 645f4a9 commit 5aba25f

File tree

2 files changed

+474
-0
lines changed

2 files changed

+474
-0
lines changed

core/src/intrinsics.rs

Lines changed: 1 addition & 0 deletions
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)