pub unsafe fn _mm_multishift_epi64_epi8(a: __m128i, b: __m128i) -> __m128i
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on (x86 or x86-64) and target feature avx512vbmi,avx512vl and x86-64 only.
Expand description

对于 b 中的每个 64 位元素,使用 a 的相应 64 位元素内的字节粒度移位控制选择 8 个未对齐的字节,并将 8 个组装字节存储到 dst 的相应 64 位元素。

Intel’s documentation