We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7b0f4 commit 5a7a787Copy full SHA for 5a7a787
src/stdsimd.rs
@@ -147,7 +147,6 @@ impl<N: Needle> StdSimdSearcher<N> {
147
unreachable!();
148
} else if end < Simd4::LANES {
149
let hash = from_hash::<32, 2>(&self.simd32_hash);
150
- println!("hash: {:?}", hash);
151
unsafe { self.vector_search_in_default_version(haystack, end, &hash) }
152
} else if end < Simd8::LANES {
153
let hash = from_hash::<32, 4>(&self.simd32_hash);
0 commit comments