We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a3c9b commit 0d1e39dCopy full SHA for 0d1e39d
library/core/src/intrinsics.rs
@@ -59,6 +59,7 @@ use crate::marker::Tuple;
59
use crate::mem;
60
61
pub mod mir;
62
+pub mod simd;
63
64
// These imports are used for simplifying intra-doc links
65
#[allow(unused_imports)]
0 commit comments