Function core::arch::x86::_mm256_permutevar8x32_ps1.27.0[][src]

pub unsafe fn _mm256_permutevar8x32_ps(a: __m256, idx: __m256i) -> __m256
This is supported on x86 and target feature avx2 only.
Expand description

使用 idx 中相应的 32 位整数索引跨通道对 a 中的八个 32 位浮点元素进行打乱。

Intel’s documentation