Function core::arch::x86::_mm512_bitshuffle_epi64_mask
source · pub unsafe fn _mm512_bitshuffle_epi64_mask(b: __m512i, c: __m512i) -> __mmask64
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on (x86 or x86-64) and target feature
avx512bitalg
and x86 only.Expand description
将输入 b
视为包装的 64 位整数,并将 c
视为包装的 8 位整数。
然后将 c
中的 8 个 8 位值作为索引分组到相应 64 位整数的位中。
然后,选择这些位并将其包装到输出中。