Function _mm_set1_ps

#[target_feature(enable = "sse")]
pub const fn _mm_set1_ps(a: f32) -> __m128

Construct a __m128 with all element set to a.

Intel's documentation