We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 582239a + e3ef226 commit 9bd30e7Copy full SHA for 9bd30e7
crates/core_simd/src/masks/to_bitmask.rs
@@ -72,7 +72,7 @@ impl_integer_intrinsic! {
72
impl ToBitMask<BitMask=u64> for Mask<_, 64>
73
}
74
75
-/// Returns the minimum numnber of bytes in a bitmask with `lanes` lanes.
+/// Returns the minimum number of bytes in a bitmask with `lanes` lanes.
76
#[cfg(feature = "generic_const_exprs")]
77
pub const fn bitmask_len(lanes: usize) -> usize {
78
(lanes + 7) / 8
0 commit comments