Function _mm256_setzero_si256

#[target_feature(enable = "avx")]
pub const fn _mm256_setzero_si256() -> __m256i

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

Intel's documentation