We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dcc9b commit ef4cf01Copy full SHA for ef4cf01
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