unsafe fn prefilter_kind_avx2(
strat: &Prefilter,
haystack: &[u8],
) -> Option<usize>Expand description
Reads from the avx2 field of PrefilterKind to execute the x86_64 AVX2
prefilter.
ยงSafety
Callers must ensure that the strat.kind.avx2 union field is set.