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

pub struct Avx2Machine<NI>(_);

Trait Implementations

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

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

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>>

Auto Trait Implementations

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

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

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

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.