Function _mm512_int2mask

#[target_feature(enable = "avx512f")]
pub const fn _mm512_int2mask(mask: i32) -> __mmask16

Converts integer mask into bitmask, storing the result in dst.

Intel's documentation