Function _mm512_set1_pd

#[target_feature(enable = "avx512f")]
pub const fn _mm512_set1_pd(a: f64) -> __m512d

Broadcast 64-bit float a to all elements of dst.

Intel's documentation