Update crates/core_simd/src/masks.rs
Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
This commit is contained in:
parent
4e14017f3d
commit
c73f1fbdde
@ -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>;
|
pub type mask8x8 = Mask<i8, 8>;
|
||||||
|
|
||||||
/// A 128-bit SIMD vector mask for 16 elements of 8 bits.
|
/// A 128-bit SIMD vector mask for 16 elements of 8 bits.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user