Skip to main content

unpack_rounded

Function unpack_rounded 

Source
pub fn unpack_rounded(
    input: &[u8],
    bit_width: RoundedBitWidth,
    output: &mut [u32],
    count: usize,
)
Expand description

Unpack values using rounded bit width with SIMD acceleration

This is the fast path - no bit manipulation needed, just widening.