Function core::arch::x86::_mm512_set_ps   [−][src]
pub unsafe fn _mm512_set_ps(
    e0: f32, 
    e1: f32, 
    e2: f32, 
    e3: f32, 
    e4: f32, 
    e5: f32, 
    e6: f32, 
    e7: f32, 
    e8: f32, 
    e9: f32, 
    e10: f32, 
    e11: f32, 
    e12: f32, 
    e13: f32, 
    e14: f32, 
    e15: f32
) -> __m512This is supported on x86 and target feature 
avx512f only.Expand description
Sets packed 32-bit integers in dst with the supplied values.