[][src]Function safe_arch::zeroed_m128

#[must_use]pub fn zeroed_m128() -> m128
This is supported with target feature sse only.

All lanes zero.

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