Function _mm512_setzero_si512

#[target_feature(enable = "avx512f")]
pub const fn _mm512_setzero_si512() -> __m512i

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

Intel's documentation