Function _mm_setzero_pd

#[target_feature(enable = "sse2")]
pub const fn _mm_setzero_pd() -> __m128d

Returns packed double-precision (64-bit) floating-point elements with all zeros.

Intel's documentation