Merge pull request #471 from burgerindividual/fix-avx512

Fix compilation for AVX512
This commit is contained in:
Caleb Zulawski 2025-08-04 11:50:21 -04:00 committed by GitHub
commit f560820760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,7 +130,7 @@ where
#[inline]
pub(crate) fn from_bitmask_integer(bitmask: u64) -> Self {
let mut bytes = <LaneCount<N> as SupportedLaneCount>::BitMask::EMPTY_BIT_MASK;
let mut bytes = <LaneCount<N> as SupportedLaneCount>::EMPTY_BIT_MASK;
let len = bytes.as_mut().len();
bytes
.as_mut()