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

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

根据 b 的内容,对 a 的 32 位整数进行包装的排列。

b 的每个整数的最后 3 位用作 a 的 8 个整数的地址。

Intel’s documentation