Function core::arch::x86_64::_mm512_maskz_alignr_epi64 [−][src]
pub unsafe fn _mm512_maskz_alignr_epi64<const IMM8: i32>(
k: __mmask8,
a: __m512i,
b: __m512i
) -> __m512i
This is supported on x86-64 and target feature
avx512f
only.Expand description
将 a 和 b 连接成一个 128 字节的立即结果,将结果右移 imm8 64 位元素,并使用零掩码 k 将低 64 字节 (8 个元素) 存储在 dst 中 (当未使用相应的掩码位时元素清零) 放)。