pub unsafe fn _mm_mask_compressstoreu_epi32(
    base_addr: *mut u8,
    k: __mmask8,
    a: __m128i
)
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on (x86 or x86-64) and target feature avx512f,avx512vl and x86-64 only.
Expand description

将活动的 32 位整数连续存储 (在 writemask k 中设置了相应位的那些) 到 base_addr 处的未对齐内存中。

Intel’s documentation