Fix the typo
This commit is contained in:
parent
582239ac3b
commit
e3ef226f7b
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ impl_integer_intrinsic! {
|
|||
impl ToBitMask<BitMask=u64> for Mask<_, 64>
|
||||
}
|
||||
|
||||
/// Returns the minimum numnber of bytes in a bitmask with `lanes` lanes.
|
||||
/// Returns the minimum number of bytes in a bitmask with `lanes` lanes.
|
||||
#[cfg(feature = "generic_const_exprs")]
|
||||
pub const fn bitmask_len(lanes: usize) -> usize {
|
||||
(lanes + 7) / 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue