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 f6519c5 commit bbcfdb5Copy full SHA for bbcfdb5
crates/core_simd/src/swizzle.rs
@@ -147,8 +147,7 @@ pub trait Swizzle<const N: usize> {
147
148
/// Create a new mask from the elements of `mask`.
149
///
150
- /// Element `i` of the output is `concat[Self::INDEX[i]]`, where `concat` is the concatenation of
151
- /// `first` and `second`.
+ /// Element `i` of the output is `mask[Self::INDEX[i]]`.
152
#[inline]
153
#[must_use = "method returns a new mask and does not mutate the original inputs"]
154
fn swizzle_mask<T, const M: usize>(mask: Mask<T, M>) -> Mask<T, N>
0 commit comments