Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Oct 25, 2024
1 parent 473361a commit bdf642b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion portable/src/implementation/simd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use core::simd::{
};
use std::simd::u8x32;

use crate::{basic, compat};
use crate::basic;

pub(crate) const SIMD_CHUNK_SIZE: usize = 64;

Expand Down Expand Up @@ -199,6 +199,7 @@ trait Lookup16 {
trait SimdU8Value<const N: usize>
where
LaneCount<N>: SupportedLaneCount,
Self: Copy,
{
#[expect(clippy::too_many_arguments)]
fn from_32_cut_off_leading(
Expand Down

0 comments on commit bdf642b

Please sign in to comment.