Function core::arch::x86_64::_mm256_permutevar8x32_ps

1.27.0 · source ·
pub unsafe fn _mm256_permutevar8x32_ps(a: __m256, idx: __m256i) -> __m256
Available on (x86 or x86-64) and target feature avx2 and x86-64 only.
Expand description

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

Intel’s documentation