Skip to content

Commit 3ca5682

Browse files
committed
Format
1 parent 1360acd commit 3ca5682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/core_simd/src/vector.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::simd::{
22
cmp::SimdPartialOrd,
3-
ptr::{SimdConstPtr, SimdMutPtr},
43
num::SimdUint,
4+
ptr::{SimdConstPtr, SimdMutPtr},
55
LaneCount, Mask, MaskElement, SupportedLaneCount, Swizzle,
66
};
77

@@ -1214,7 +1214,7 @@ where
12141214
($ty:ty) => {
12151215
if N < <$ty>::MAX as usize && max_value as $ty as u64 == max_value {
12161216
return index.cast().simd_lt(Simd::splat(len.min(N) as $ty)).cast();
1217-
}
1217+
}
12181218
};
12191219
}
12201220
case!(u8);

0 commit comments

Comments
 (0)