Function core::arch::x86::_mm256_setr_epi16   1.27.0[−][src]
pub unsafe 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
) -> __m256iThis is supported on x86 and target feature 
avx only.Expand description
Sets packed 16-bit integers in returned vector with the supplied values in reverse order.