Function vec_genmask
#[target_feature(enable = "vector")]
pub unsafe fn vec_genmask<const MASK: u16>() -> vector_unsigned_char
Vector Generate Byte Mask
Generates byte masks for elements in the return vector. For each bit in a, if the bit is one, all bit positions in the corresponding byte element of d are set to ones. Otherwise, if the bit is zero, the corresponding byte element is set to zero.