Function _mm256_setr_epi16
#[target_feature(enable = "avx")]
pub const fn _mm256_setr_epi16(e00: i16, e01: i16, e02: i16, e03: i16, e04: i16, e05: i16, e06: i16, e07: i16, e08: i16, e09: i16, e10: i16, e11: i16, e12: i16, e13: i16, e14: i16, e15: i16) -> __m256i
Sets packed 16-bit integers in returned vector with the supplied values in reverse order.