Function avx_transpose128x128

Source
pub fn avx_transpose128x128(in_out: &mut [__m256i; 64])
Available with target feature avx2 only.
Expand description

Transpose 128x128 bit matrix using AVX2.

ยงSafety

AVX2 needs to be enabled.