binius_field::arch::packed_128

Type Alias PackedBinaryField16x8b

Source
pub type PackedBinaryField16x8b = PackedPrimitiveType<M128, BinaryField8b>;

Aliased Type§

struct PackedBinaryField16x8b(pub M128, pub PhantomData<BinaryField8b>);

Fields§

§0: M128§1: PhantomData<BinaryField8b>

Trait Implementations§

Source§

impl InvertOrZero for PackedBinaryField16x8b

Source§

fn invert_or_zero(self) -> Self

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

impl Mul for PackedBinaryField16x8b

Source§

type Output = PackedPrimitiveType<M128, BinaryField8b>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl MulAlpha for PackedBinaryField16x8b

Source§

fn mul_alpha(self) -> Self

Multiply self by alpha
Source§

impl<OP> PackedTransformationFactory<OP> for PackedBinaryField16x8b

Source§

type PackedTransformation<Data: Deref<Target = [OP::Scalar]>> = <PackedPrimitiveType<M128, BinaryField8b> 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 PackedBinaryField16x8b

Source§

fn square(self) -> Self

Returns the value multiplied by itself