Add Simd, Mask, simd_swizzle to prelude
Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
This commit is contained in:
parent
9e818d62b3
commit
c55e19cb00
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
|
||||
#[doc(no_inline)]
|
||||
pub use super::{
|
||||
SimdConstPtr, SimdFloat, SimdInt, SimdMutPtr, SimdOrd, SimdPartialEq, SimdPartialOrd, SimdUint,
|
||||
simd_swizzle, Mask, Simd, SimdConstPtr, SimdFloat, SimdInt, SimdMutPtr, SimdOrd, SimdPartialEq,
|
||||
SimdPartialOrd, SimdUint,
|
||||
};
|
||||
|
||||
#[rustfmt::skip]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue