Function safe_arch::zeroed_m128[][src]

pub fn zeroed_m128() -> m128
Expand description

All lanes zero.

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