unsafe fn avx2_decode(
kind: SimdKind,
input: &[u8],
quads_end: usize,
output: &mut [u8],
) -> (usize, usize)Expand description
Dispatch the AVX2 decode kernel to the right alphabet monomorphization.
ยงSafety
The running CPU must support AVX2 (the requirement is forwarded to avx2::decode_bulk).