Function _mm256_set1_pd

#[target_feature(enable = "avx")]
pub const fn _mm256_set1_pd(a: f64) -> __m256d

Broadcasts double-precision (64-bit) floating-point value a to all elements of returned vector.

Intel's documentation