pub(super) struct Unreduced4x130 {
v0: __m256i,
v1: __m256i,
v2: __m256i,
v3: __m256i,
v4: __m256i,
}Expand description
The unreduced output of an Aligned4x130 multiplication.
Fields§
§v0: __m256i§v1: __m256i§v2: __m256i§v3: __m256i§v4: __m256iImplementations§
Source§impl Unreduced4x130
impl Unreduced4x130
pub(super) fn reduce(self) -> Aligned4x130
Sourcepub(super) fn sum(self) -> Unreduced130
pub(super) fn sum(self) -> Unreduced130
Returns the unreduced sum of the four 130-bit integers.
Trait Implementations§
Source§impl Clone for Unreduced4x130
impl Clone for Unreduced4x130
Source§fn clone(&self) -> Unreduced4x130
fn clone(&self) -> Unreduced4x130
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Unreduced4x130
impl Debug for Unreduced4x130
Auto Trait Implementations§
impl Freeze for Unreduced4x130
impl RefUnwindSafe for Unreduced4x130
impl Send for Unreduced4x130
impl Sync for Unreduced4x130
impl Unpin for Unreduced4x130
impl UnwindSafe for Unreduced4x130
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more