Skip to content

Commit b145588

Browse files
committed
Add core::intrinsics::simd
1 parent 24e0f50 commit b145588

File tree

2 files changed

+413
-0
lines changed

2 files changed

+413
-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)