Struct Sse41
stream_vbyte::x86
pub struct Sse41;
Encoder using SSE4.1 instructions.
impl Encoder for Sse41
fn encode_quads( input: &[u32], control_bytes: &mut [u8], output: &mut [u8]) -> (usize, usize)
Encode complete quads of input numbers. Read more