Trait ppv_lite86::types::u64x2x2

source ·
pub trait u64x2x2<M: Machine>:
    BitOps64
    + Store<vec256_storage>
    + Vec2<M::u64x2>
    + MultiLane<[M::u64x2; 2]>
    + ArithOps
    + StoreBytes
    + Into<vec256_storage> { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<NI: Copy> u64x2x2<Avx2Machine<NI>> for x2<u64x2_sse2<YesS3, YesS4, NI>, G0>

source§

impl<S3: Copy, S4: Copy, NI: Copy> u64x2x2<SseMachine<S3, S4, NI>> for x2<u64x2_sse2<S3, S4, NI>, G0>
where u64x2_sse2<S3, S4, NI>: RotateEachWord64 + RotateEachWord32 + BSwap, SseMachine<S3, S4, NI>: Machine, x2<u64x2_sse2<S3, S4, NI>, G0>: MultiLane<[<SseMachine<S3, S4, NI> as Machine>::u64x2; 2]> + Vec2<<SseMachine<S3, S4, NI> as Machine>::u64x2>,