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 9e818d6 commit c55e19cCopy full SHA for c55e19c
crates/core_simd/src/simd/prelude.rs
@@ -7,7 +7,8 @@
7
8
#[doc(no_inline)]
9
pub use super::{
10
- SimdConstPtr, SimdFloat, SimdInt, SimdMutPtr, SimdOrd, SimdPartialEq, SimdPartialOrd, SimdUint,
+ simd_swizzle, Mask, Simd, SimdConstPtr, SimdFloat, SimdInt, SimdMutPtr, SimdOrd, SimdPartialEq,
11
+ SimdPartialOrd, SimdUint,
12
};
13
14
#[rustfmt::skip]
0 commit comments