pub trait RotateEachWord64 {
    // Required method
    fn rotate_each_word_right32(self) -> Self;
}

Required Methods§

Implementors§

source§

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

source§

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

source§

impl<W> RotateEachWord64 for x4<W>where W: Copy + RotateEachWord64,

source§

impl<W, G> RotateEachWord64 for x2<W, G>where W: Copy + RotateEachWord64,