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