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 977f26f commit 1999c54Copy full SHA for 1999c54
crates/core_simd/src/permute.rs
@@ -71,9 +71,9 @@ macro_rules! impl_shuffle_lane {
71
72
/// Deinterleave two vectors.
73
///
74
- /// The first result contains the even lanes of `self` and `other` concatenated.
+ /// The first result contains the even lanes of `self` and then `other`, concatenated.
75
76
- /// The second result contains the odd lanes of `self` and `other` concatenated.
+ /// The second result contains the odd lanes of `self` and then `other`, concatenated.
77
#[inline]
78
pub fn deinterleave(self, other: Self) -> (Self, Self) {
79
const fn even() -> [u32; $n] {
0 commit comments