Function core::arch::x86_64::_mm512_set_epi16   [−][src]
pub unsafe fn _mm512_set_epi16(
    e31: i16, 
    e30: i16, 
    e29: i16, 
    e28: i16, 
    e27: i16, 
    e26: i16, 
    e25: i16, 
    e24: i16, 
    e23: i16, 
    e22: i16, 
    e21: i16, 
    e20: i16, 
    e19: i16, 
    e18: i16, 
    e17: i16, 
    e16: i16, 
    e15: i16, 
    e14: i16, 
    e13: i16, 
    e12: i16, 
    e11: i16, 
    e10: i16, 
    e9: i16, 
    e8: i16, 
    e7: i16, 
    e6: i16, 
    e5: i16, 
    e4: i16, 
    e3: i16, 
    e2: i16, 
    e1: i16, 
    e0: i16
) -> __m512iThis is supported on x86-64 and target feature 
avx512f only.Expand description
Set packed 16-bit integers in dst with the supplied values.