pub unsafe fn _mm_mask_compressstoreu_ps(
    base_addr: *mut u8,
    k: __mmask8,
    a: __m128
)
🔬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