pub type PackedBinaryField8x16b = PackedPrimitiveType<M128, BinaryField16b>;
Aliased Type§
struct PackedBinaryField8x16b(pub M128, pub PhantomData<BinaryField16b>);
Fields§
§0: M128
§1: PhantomData<BinaryField16b>
Trait Implementations§
source§impl InvertOrZero for PackedBinaryField8x16b
impl InvertOrZero for PackedBinaryField8x16b
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