safe_arch

Function zeroed_m128d

Source
pub fn zeroed_m128d() -> m128d
Expand description

Both lanes zero.

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