Skip to content

Commit b7d0bc8

Browse files
committed
cleanup
1 parent df99787 commit b7d0bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portable/src/implementation/portable/algorithm_new.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
use core::{hint::assert_unchecked, ptr::slice_from_raw_parts, slice};
1+
use core::{hint::assert_unchecked, slice};
22
use std::simd::{
33
cmp::SimdPartialOrd,
44
num::{SimdInt, SimdUint},
5-
simd_swizzle, u8x16, LaneCount, Mask, Simd, SupportedLaneCount,
5+
simd_swizzle, u8x16, LaneCount, Simd, SupportedLaneCount,
66
};
77

88
use crate::{basic, implementation::helpers::SIMD_CHUNK_SIZE};

0 commit comments

Comments
 (0)