Function guff_matrix::x86::vmul_p8_buffer[][src]

pub unsafe fn vmul_p8_buffer(dest: &mut [u8], av: &[u8], bv: &[u8], poly: u8)
Expand description

16-way SIMD multiplication of buffers in GF(28) with poly 0x11b

Buffers av, bv and dest must be a multiple of 16 in length