Function _mm_setzero_ps

#[target_feature(enable = "sse")]
pub const fn _mm_setzero_ps() -> __m128

Construct a __m128 with all elements initialized to zero.

Intel's documentation