Skip to content

Commit c55e19c

Browse files
Add Simd, Mask, simd_swizzle to prelude
Co-authored-by: Jacob Lifshay <[email protected]>
1 parent 9e818d6 commit c55e19c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/core_simd/src/simd/prelude.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
88
#[doc(no_inline)]
99
pub use super::{
10-
SimdConstPtr, SimdFloat, SimdInt, SimdMutPtr, SimdOrd, SimdPartialEq, SimdPartialOrd, SimdUint,
10+
simd_swizzle, Mask, Simd, SimdConstPtr, SimdFloat, SimdInt, SimdMutPtr, SimdOrd, SimdPartialEq,
11+
SimdPartialOrd, SimdUint,
1112
};
1213

1314
#[rustfmt::skip]

0 commit comments

Comments
 (0)