Function core::arch::x86::_mm512_mask2int[][src]

pub unsafe fn _mm512_mask2int(k1: __mmask16) -> i32
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature avx512f only.
Expand description

将位掩码 k1 转换为整数值,并将结果存储在 dst 中。

Intel’s documentation