[][src]Struct ppv_lite86::x86_64::Avx2Machine

pub struct Avx2Machine<NI>(_);

Trait Implementations

impl<NI: Copy> Machine for Avx2Machine<NI> where
    u128x1_sse2<YesS3, YesS4, NI>: BSwap + Swap64,
    u64x2_sse2<YesS3, YesS4, NI>: BSwap + RotateEachWord32 + MultiLane<[u64; 2]> + Vec2<u64>,
    u32x4_sse2<YesS3, YesS4, NI>: BSwap + RotateEachWord32 + MultiLane<[u32; 4]> + Vec4<u32>,
    x2<u64x2_sse2<YesS3, YesS4, NI>, G1>: BSwap + Words4
[src]

type u32x4 = u32x4_sse2<YesS3, YesS4, NI>

type u64x2 = u64x2_sse2<YesS3, YesS4, NI>

type u128x1 = u128x1_sse2<YesS3, YesS4, NI>

type u32x4x2 = x2<u32x4_sse2<YesS3, YesS4, NI>, G0>

type u64x2x2 = x2<u64x2_sse2<YesS3, YesS4, NI>, G0>

type u64x4 = x2<u64x2_sse2<YesS3, YesS4, NI>, G1>

type u128x2 = x2<u128x1_sse2<YesS3, YesS4, NI>, G0>

type u32x4x4 = u32x4x4_avx2<NI>

type u64x2x4 = x4<u64x2_sse2<YesS3, YesS4, NI>>

type u128x4 = x4<u128x1_sse2<YesS3, YesS4, NI>>

fn unpack<S, V: Store<S>>(self, s: S) -> V[src]

fn vec<V, A>(self, a: A) -> V where
    V: MultiLane<A>, 
[src]

fn read_le<V>(self, input: &[u8]) -> V where
    V: StoreBytes
[src]

fn read_be<V>(self, input: &[u8]) -> V where
    V: StoreBytes
[src]

impl<NI: Copy> Copy for Avx2Machine<NI>[src]

impl<NI: Clone> Clone for Avx2Machine<NI>[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<NI> Send for Avx2Machine<NI> where
    NI: Send

impl<NI> Sync for Avx2Machine<NI> where
    NI: Sync

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]