Skip to content

Commit 765bee6

Browse files
Update crates/core_simd/src/swizzle.rs
Co-authored-by: Jubilee <[email protected]>
1 parent cd7ecba commit 765bee6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/core_simd/src/swizzle.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
use crate::simd::intrinsics;
22
use crate::{LaneCount, Simd, SimdElement, SupportedLaneCount};
33

4-
/// Rearrange vector elements.
5-
///
6-
/// A new vector is constructed by specifying the the lanes of the source vector or vectors to use.
4+
/// Constructs a new vector by selecting values from the lanes of the source vector or vectors to use.
75
///
86
/// When swizzling one vector, the indices of the result vector are indicated by a `const` array
97
/// of `usize`, like [`Swizzle`].

0 commit comments

Comments
 (0)