Function core::arch::x86_64::_mm512_mask_cvtepi64_storeu_epi8 [−][src]
pub unsafe fn _mm512_mask_cvtepi64_storeu_epi8(
mem_addr: *mut i8,
k: __mmask8,
a: __m512i
)
This is supported on x86-64 and target feature
avx512f
only.Expand description
将 a 中包装的 64 位整数转换为包装的 8 位整数并截断,并将活动结果 (在 writemask k 中设置了相应位的那些) 存储到 base_addr 的未对齐内存中。