Skip to main content

decode_bulk

Function decode_bulk 

Source
pub(super) unsafe fn decode_bulk<A: SimdAlphabet>(
    input: &[u8],
    quads_end: usize,
    output: &mut [u8],
) -> (usize, usize)
Expand description

Decode leading whole 32-byte input blocks (32 in -> 24 out per iteration).

ยงSafety

The running CPU must support AVX2.