Function core::arch::x86::_mm512_alignr_epi64 [−][src]
pub unsafe fn _mm512_alignr_epi64<const IMM8: i32>(
a: __m512i,
b: __m512i
) -> __m512i
This is supported on x86 and target feature
avx512f
only.Expand description
将 a 和 b 连接成一个 128 字节的立即结果,将结果右移 imm8 64 位元素,并将低 64 字节 (8 个元素) 存储在 dst 中。