Skip to content

Commit

Permalink
Add core::intrinsics::simd
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Dec 12, 2023
1 parent e2a3c9b commit 0d1e39d
Show file tree
Hide file tree
Showing 2 changed files with 413 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/core/src/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ use crate::marker::Tuple;
use crate::mem;

pub mod mir;
pub mod simd;

// These imports are used for simplifying intra-doc links
#[allow(unused_imports)]
Expand Down
Loading

0 comments on commit 0d1e39d

Please sign in to comment.