pub type PackedBinaryField2x64b = PackedPrimitiveType<M128, BinaryField64b>;

Aliased Type§

struct PackedBinaryField2x64b(pub M128, pub PhantomData<BinaryField64b>);

Fields§

§0: M128§1: PhantomData<BinaryField64b>

Trait Implementations§

source§

impl InvertOrZero for PackedBinaryField2x64b

source§

fn invert_or_zero(self) -> Self

Returns the inverted value or zero in case when self is zero
source§

impl Mul for PackedBinaryField2x64b

§

type Output = PackedPrimitiveType<M128, BinaryField64b>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
source§

impl MulAlpha for PackedBinaryField2x64b

source§

fn mul_alpha(self) -> Self

Multiply self by alpha
source§

impl<OP> PackedTransformationFactory<OP> for PackedBinaryField2x64b

§

type PackedTransformation<Data: Deref<Target = [OP::Scalar]>> = <PackedPrimitiveType<M128, BinaryField64b> as TaggedPackedTransformationFactory<SimdStrategy, OP>>::PackedTransformation<Data>

source§

fn make_packed_transformation<Data: Deref<Target = [OP::Scalar]>>( transformation: FieldLinearTransformation<OP::Scalar, Data> ) -> Self::PackedTransformation<Data>

source§

impl Square for PackedBinaryField2x64b

source§

fn square(self) -> Self

Returns the value multiplied by itself