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 21b070c commit 8cd9325Copy full SHA for 8cd9325
crates/core_simd/src/masks.rs
@@ -77,6 +77,8 @@ impl_element! { isize }
77
78
/// A SIMD vector mask for `LANES` elements of width specified by `Element`.
79
///
80
+/// Masks represent boolean inclusion/exclusion on a per-lane basis.
81
+///
82
/// The layout of this type is unspecified.
83
#[repr(transparent)]
84
pub struct Mask<T, const LANES: usize>(mask_impl::Mask<T, LANES>)
0 commit comments