1
Fork 0

remove some unneeded imports

This commit is contained in:
KaDiWa 2022-08-09 02:14:43 +02:00 committed by kadiwa
parent 661b33f524
commit ad2b34d0e3
No known key found for this signature in database
GPG key ID: 0B52AE391C674CE5
55 changed files with 64 additions and 135 deletions

View file

@ -257,7 +257,7 @@ where
}
}
impl<T, const LANES: usize> core::convert::From<Mask<T, LANES>> for Simd<T, LANES>
impl<T, const LANES: usize> From<Mask<T, LANES>> for Simd<T, LANES>
where
T: MaskElement,
LaneCount<LANES>: SupportedLaneCount,