rounds

Function rounds 

Source
unsafe fn rounds<R: Unsigned>(
    v: &[__m256i; 3],
    c: &[__m256i; 2],
) -> [[__m256i; 4]; 2]
Available with target feature avx2 only.