Update crates/core_simd/src/masks.rs
Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
This commit is contained in:
parent
4e14017f3d
commit
c73f1fbdde
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
/// A 64-bit SIMD vector mask for eight elements of 8 bits.
|
||||
/// A SIMD vector mask of eight elements, for operating with SIMD vectors with 8 bit elements.
|
||||
pub type mask8x8 = Mask<i8, 8>;
|
||||
|
||||
/// A 128-bit SIMD vector mask for 16 elements of 8 bits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue