Skip to main content

encode_bulk

Function encode_bulk 

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

Encode leading whole 24-byte input groups (24 in -> 32 out per iteration).

ยงSafety

The running CPU must support AVX2.