pub struct u128x1_sse2<S3, S4, NI> {
    x: __m128i,
    s3: PhantomData<S3>,
    s4: PhantomData<S4>,
    ni: PhantomData<NI>,
}

Fields§

§x: __m128i§s3: PhantomData<S3>§s4: PhantomData<S4>§ni: PhantomData<NI>

Implementations§

source§

impl<S3, S4, NI> u128x1_sse2<S3, S4, NI>

source

fn new(x: __m128i) -> Self

Trait Implementations§

source§

impl<S3: Copy, S4: Copy, NI: Copy> AndNot for u128x1_sse2<S3, S4, NI>

§

type Output = u128x1_sse2<S3, S4, NI>

source§

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

source§

impl<S4, NI> BSwap for u128x1_sse2<NoS3, S4, NI>

source§

fn bswap(self) -> Self

source§

impl<S4, NI> BSwap for u128x1_sse2<YesS3, S4, NI>

source§

fn bswap(self) -> Self

source§

impl<S3, S4, NI> BitAnd<u128x1_sse2<S3, S4, NI>> for u128x1_sse2<S3, S4, NI>

§

type Output = u128x1_sse2<S3, S4, NI>

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<S3, S4, NI> BitAndAssign<u128x1_sse2<S3, S4, NI>> for u128x1_sse2<S3, S4, NI>where u128x1_sse2<S3, S4, NI>: Copy,

source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
source§

impl<S3, S4, NI> BitOr<u128x1_sse2<S3, S4, NI>> for u128x1_sse2<S3, S4, NI>

§

type Output = u128x1_sse2<S3, S4, NI>

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<S3, S4, NI> BitOrAssign<u128x1_sse2<S3, S4, NI>> for u128x1_sse2<S3, S4, NI>where u128x1_sse2<S3, S4, NI>: Copy,

source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
source§

impl<S3, S4, NI> BitXor<u128x1_sse2<S3, S4, NI>> for u128x1_sse2<S3, S4, NI>

§

type Output = u128x1_sse2<S3, S4, NI>

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<S3, S4, NI> BitXorAssign<u128x1_sse2<S3, S4, NI>> for u128x1_sse2<S3, S4, NI>where u128x1_sse2<S3, S4, NI>: Copy,

source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
source§

impl<S3: Clone, S4: Clone, NI: Clone> Clone for u128x1_sse2<S3, S4, NI>

source§

fn clone(&self) -> u128x1_sse2<S3, S4, 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<S3, S4, NI> Default for u128x1_sse2<S3, S4, NI>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for u32x4_sse2<S3, S4, NI>

source§

fn from(x: u128x1_sse2<S3, S4, NI>) -> Self

Converts to this type from the input type.
source§

impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for u64x2_sse2<S3, S4, NI>

source§

fn from(x: u128x1_sse2<S3, S4, NI>) -> Self

Converts to this type from the input type.
source§

impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for vec128_storage

source§

fn from(x: u128x1_sse2<S3, S4, NI>) -> Self

Converts to this type from the input type.
source§

impl<S3, S4, NI> MultiLane<[u128; 1]> for u128x1_sse2<S3, S4, NI>

source§

fn to_lanes(self) -> [u128; 1]

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

fn from_lanes(xs: [u128; 1]) -> Self

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

impl<S3, S4, NI> Not for u128x1_sse2<S3, S4, NI>

§

type Output = u128x1_sse2<S3, S4, NI>

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord32 for u128x1_sse2<S3, S4, NI>

source§

impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord64 for u128x1_sse2<S3, S4, NI>

source§

impl<S3, S4, NI> Store<vec128_storage> for u128x1_sse2<S3, S4, NI>

source§

unsafe fn unpack(x: vec128_storage) -> Self

Safety Read more
source§

impl<S3, S4, NI> StoreBytes for u128x1_sse2<S3, S4, NI>where Self: BSwap,

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<S4, NI> Swap64 for u128x1_sse2<NoS3, S4, NI>

source§

fn swap1(self) -> Self

source§

fn swap2(self) -> Self

source§

fn swap4(self) -> Self

source§

fn swap8(self) -> Self

source§

fn swap16(self) -> Self

source§

fn swap32(self) -> Self

source§

fn swap64(self) -> Self

source§

impl<S4, NI> Swap64 for u128x1_sse2<YesS3, S4, NI>

source§

fn swap1(self) -> Self

source§

fn swap2(self) -> Self

source§

fn swap4(self) -> Self

source§

fn swap8(self) -> Self

source§

fn swap16(self) -> Self

source§

fn swap32(self) -> Self

source§

fn swap64(self) -> Self

source§

impl<S3: Copy, S4: Copy, NI: Copy> BitOps0 for u128x1_sse2<S3, S4, NI>

source§

impl<S3: Copy, S4: Copy, NI: Copy> BitOps128 for u128x1_sse2<S3, S4, NI>where u128x1_sse2<S3, S4, NI>: RotateEachWord128,

source§

impl<S3: Copy, S4: Copy, NI: Copy> BitOps32 for u128x1_sse2<S3, S4, NI>where u128x1_sse2<S3, S4, NI>: RotateEachWord32,

source§

impl<S3: Copy, S4: Copy, NI: Copy> BitOps64 for u128x1_sse2<S3, S4, NI>where u128x1_sse2<S3, S4, NI>: RotateEachWord64 + RotateEachWord32,

source§

impl<S3: Copy, S4: Copy, NI: Copy> Copy for u128x1_sse2<S3, S4, NI>

source§

impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord128 for u128x1_sse2<S3, S4, NI>

source§

impl<NI: Copy> u128x1<Avx2Machine<NI>> for u128x1_sse2<YesS3, YesS4, NI>where u128x1_sse2<YesS3, YesS4, NI>: Swap64 + RotateEachWord64 + RotateEachWord32 + BSwap + Into<<SseMachine<YesS3, YesS4, NI> as Machine>::u32x4> + Into<<SseMachine<YesS3, YesS4, NI> as Machine>::u64x2>, SseMachine<YesS3, YesS4, NI>: Machine,

source§

impl<S3: Copy, S4: Copy, NI: Copy> u128x1<SseMachine<S3, S4, NI>> for u128x1_sse2<S3, S4, NI>where u128x1_sse2<S3, S4, NI>: Swap64 + RotateEachWord64 + RotateEachWord32 + BSwap + Into<<SseMachine<S3, S4, NI> as Machine>::u32x4> + Into<<SseMachine<S3, S4, NI> as Machine>::u64x2>, SseMachine<S3, S4, NI>: Machine,

Auto Trait Implementations§

§

impl<S3, S4, NI> RefUnwindSafe for u128x1_sse2<S3, S4, NI>where NI: RefUnwindSafe, S3: RefUnwindSafe, S4: RefUnwindSafe,

§

impl<S3, S4, NI> Send for u128x1_sse2<S3, S4, NI>where NI: Send, S3: Send, S4: Send,

§

impl<S3, S4, NI> Sync for u128x1_sse2<S3, S4, NI>where NI: Sync, S3: Sync, S4: Sync,

§

impl<S3, S4, NI> Unpin for u128x1_sse2<S3, S4, NI>where NI: Unpin, S3: Unpin, S4: Unpin,

§

impl<S3, S4, NI> UnwindSafe for u128x1_sse2<S3, S4, NI>where NI: UnwindSafe, S3: UnwindSafe, S4: 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