[][src]Function safe_arch::zeroed_m256d

#[must_use]pub fn zeroed_m256d() -> m256d
This is supported with target feature avx only.

A zeroed m256d

let a = zeroed_m256d().to_array();
assert_eq!(a, [0.0; 4]);