Function _mm512_setzero_pd

#[target_feature(enable = "avx512f")]
pub const fn _mm512_setzero_pd() -> __m512d

Returns vector of type __m512d with all elements set to zero.

Intel's documentation