Function core::arch::x86_64::_mm256_multishift_epi64_epi8 [−][src]
pub unsafe fn _mm256_multishift_epi64_epi8(a: __m256i, b: __m256i) -> __m256i
This is supported on x86-64 and target feature
avx512vbmi,avx512vl
only.Expand description
对于 b 中的每个 64 位元素,使用 a 的相应 64 位元素内的字节粒度移位控制选择 8 个未对齐的字节,并将 8 个组装字节存储到 dst 的相应 64 位元素。