pub type PackedBinaryField32x4b = PackedPrimitiveType<M128, BinaryField4b>;
Aliased Type§
struct PackedBinaryField32x4b(pub M128, pub PhantomData<BinaryField4b>);
Fields§
§0: M128
§1: PhantomData<BinaryField4b>
Trait Implementations§
source§impl InvertOrZero for PackedBinaryField32x4b
impl InvertOrZero for PackedBinaryField32x4b
source§fn invert_or_zero(self) -> Self
fn invert_or_zero(self) -> Self
Returns the inverted value or zero in case when
self
is zero