safe_
arch
0.7.4
safe_arch
Function
zeroed_m128i
Copy item path
Source
pub fn zeroed_m128i() ->
m128i
Expand description
All lanes zero.
let
a = zeroed_m128i();
assert_eq!
(u128::from(a),
0
);