Skip to content

Commit 8cd9325

Browse files
committed
Add a *small* blurb to Mask that is likely unobjectionable
1 parent 21b070c commit 8cd9325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/core_simd/src/masks.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ impl_element! { isize }
7777

7878
/// A SIMD vector mask for `LANES` elements of width specified by `Element`.
7979
///
80+
/// Masks represent boolean inclusion/exclusion on a per-lane basis.
81+
///
8082
/// The layout of this type is unspecified.
8183
#[repr(transparent)]
8284
pub struct Mask<T, const LANES: usize>(mask_impl::Mask<T, LANES>)

0 commit comments

Comments
 (0)