Function _mm256_permutevar8x32_ps

#[target_feature(enable = "avx2")]
pub fn _mm256_permutevar8x32_ps(a: __m256, idx: __m256i) -> __m256

Shuffles eight 32-bit floating-point elements in a across lanes using the corresponding 32-bit integer index in idx.

Intel's documentation