We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7ecba commit 765bee6Copy full SHA for 765bee6
crates/core_simd/src/swizzle.rs
@@ -1,9 +1,7 @@
1
use crate::simd::intrinsics;
2
use crate::{LaneCount, Simd, SimdElement, SupportedLaneCount};
3
4
-/// Rearrange vector elements.
5
-///
6
-/// A new vector is constructed by specifying the the lanes of the source vector or vectors to use.
+/// Constructs a new vector by selecting values from the lanes of the source vector or vectors to use.
7
///
8
/// When swizzling one vector, the indices of the result vector are indicated by a `const` array
9
/// of `usize`, like [`Swizzle`].
0 commit comments