pub struct u32x4x2_avx2<NI> {
    x: __m256i,
    ni: PhantomData<NI>,
}

Fields§

§x: __m256i§ni: PhantomData<NI>

Implementations§

source§

impl<NI> u32x4x2_avx2<NI>

source

fn new(x: __m256i) -> Self

Trait Implementations§

source§

impl<NI> Add<u32x4x2_avx2<NI>> for u32x4x2_avx2<NI>

§

type Output = u32x4x2_avx2<NI>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Self) -> Self::Output

Performs the + operation. Read more
source§

impl<NI> AddAssign<u32x4x2_avx2<NI>> for u32x4x2_avx2<NI>where NI: Copy,

source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
source§

impl<NI> AndNot for u32x4x2_avx2<NI>

§

type Output = u32x4x2_avx2<NI>

source§

fn andnot(self, rhs: Self) -> Self::Output

source§

impl<NI> BSwap for u32x4x2_avx2<NI>

source§

fn bswap(self) -> Self

source§

impl<NI> BitAnd<u32x4x2_avx2<NI>> for u32x4x2_avx2<NI>

§

type Output = u32x4x2_avx2<NI>

The resulting type after applying the & operator.
source§

fn bitand(self, rhs: Self) -> Self::Output

Performs the & operation. Read more
source§

impl<NI> BitAndAssign<u32x4x2_avx2<NI>> for u32x4x2_avx2<NI>where NI: Copy,

source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
source§

impl<NI> BitOr<u32x4x2_avx2<NI>> for u32x4x2_avx2<NI>

§

type Output = u32x4x2_avx2<NI>

The resulting type after applying the | operator.
source§

fn bitor(self, rhs: Self) -> Self::Output

Performs the | operation. Read more
source§

impl<NI> BitOrAssign<u32x4x2_avx2<NI>> for u32x4x2_avx2<NI>where NI: Copy,

source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
source§

impl<NI> BitXor<u32x4x2_avx2<NI>> for u32x4x2_avx2<NI>

§

type Output = u32x4x2_avx2<NI>

The resulting type after applying the ^ operator.
source§

fn bitxor(self, rhs: Self) -> Self::Output

Performs the ^ operation. Read more
source§

impl<NI> BitXorAssign<u32x4x2_avx2<NI>> for u32x4x2_avx2<NI>where NI: Copy,

source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
source§

impl<NI: Clone> Clone for u32x4x2_avx2<NI>

source§

fn clone(&self) -> u32x4x2_avx2<NI>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<NI> From<u32x4x2_avx2<NI>> for vec256_storage

source§

fn from(x: u32x4x2_avx2<NI>) -> Self

Converts to this type from the input type.
source§

impl<NI> From<x2<u128x1_sse2<YesS3, YesS4, NI>, G0>> for u32x4x2_avx2<NI>where NI: Copy,

source§

fn from(x: x2<u128x1_sse2<YesS3, YesS4, NI>, G0>) -> Self

Converts to this type from the input type.
source§

impl<NI> LaneWords4 for u32x4x2_avx2<NI>

source§

impl<NI> MultiLane<[u32x4_sse2<YesS3, YesS4, NI>; 2]> for u32x4x2_avx2<NI>

source§

fn to_lanes(self) -> [u32x4_sse2<YesS3, YesS4, NI>; 2]

Split a multi-lane vector into single-lane vectors.
source§

fn from_lanes(x: [u32x4_sse2<YesS3, YesS4, NI>; 2]) -> Self

Build a multi-lane vector from individual lanes.
source§

impl<NI> Not for u32x4x2_avx2<NI>

§

type Output = u32x4x2_avx2<NI>

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl<NI: Copy> RotateEachWord32 for u32x4x2_avx2<NI>

source§

impl<NI> Store<vec256_storage> for u32x4x2_avx2<NI>

source§

unsafe fn unpack(p: vec256_storage) -> Self

Safety Read more
source§

impl<NI> StoreBytes for u32x4x2_avx2<NI>

source§

unsafe fn unsafe_read_le(input: &[u8]) -> Self

Safety Read more
source§

unsafe fn unsafe_read_be(input: &[u8]) -> Self

Safety Read more
source§

fn write_le(self, out: &mut [u8])

source§

fn write_be(self, out: &mut [u8])

source§

impl<NI> Vec2<u32x4_sse2<YesS3, YesS4, NI>> for u32x4x2_avx2<NI>

source§

fn extract(self, i: u32) -> u32x4_sse2<YesS3, YesS4, NI>

source§

fn insert(self, w: u32x4_sse2<YesS3, YesS4, NI>, i: u32) -> Self

source§

impl<NI> ArithOps for u32x4x2_avx2<NI>where NI: Copy,

source§

impl<NI> BitOps0 for u32x4x2_avx2<NI>where NI: Copy,

source§

impl<NI> BitOps32 for u32x4x2_avx2<NI>where NI: Copy,

source§

impl<NI: Copy> Copy for u32x4x2_avx2<NI>

source§

impl<NI> u32x4x2<Avx2Machine<NI>> for u32x4x2_avx2<NI>where NI: Copy,

Auto Trait Implementations§

§

impl<NI> RefUnwindSafe for u32x4x2_avx2<NI>where NI: RefUnwindSafe,

§

impl<NI> Send for u32x4x2_avx2<NI>where NI: Send,

§

impl<NI> Sync for u32x4x2_avx2<NI>where NI: Sync,

§

impl<NI> Unpin for u32x4x2_avx2<NI>where NI: Unpin,

§

impl<NI> UnwindSafe for u32x4x2_avx2<NI>where NI: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

source§

fn vzip(self) -> V