Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Oct 28, 2024
1 parent 01373c5 commit 8a22e8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion portable/src/implementation/simd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,6 @@ where
}
let rem = chunks.remainder();
if !rem.is_empty() {
// FIXME: simd???
let simd_input = SimdInput::<N, O>::new_partial(rem);
algorithm.check_utf8(&simd_input);
}
Expand Down

0 comments on commit 8a22e8a

Please sign in to comment.