Function _mm512_set_ps

#[target_feature(enable = "avx512f")]
pub const 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) -> __m512

Sets packed 32-bit integers in dst with the supplied values.

Intel's documentation