We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3439347 + 3a0909c commit f560820Copy full SHA for f560820
crates/core_simd/src/masks/bitmask.rs
@@ -130,7 +130,7 @@ where
130
131
#[inline]
132
pub(crate) fn from_bitmask_integer(bitmask: u64) -> Self {
133
- let mut bytes = <LaneCount<N> as SupportedLaneCount>::BitMask::EMPTY_BIT_MASK;
+ let mut bytes = <LaneCount<N> as SupportedLaneCount>::EMPTY_BIT_MASK;
134
let len = bytes.as_mut().len();
135
bytes
136
.as_mut()
0 commit comments