pub trait LaneWords4 {
    // Required methods
    fn shuffle_lane_words1230(self) -> Self;
    fn shuffle_lane_words2301(self) -> Self;
    fn shuffle_lane_words3012(self) -> Self;
}
Expand description

A vector composed one or more lanes each composed of four words.

Required Methods§

Implementors§

source§

impl<NI> LaneWords4 for u32x4x2_avx2<NI>

source§

impl<S3, S4, NI> LaneWords4 for u32x4_sse2<S3, S4, NI>

source§

impl<W: Copy + LaneWords4> LaneWords4 for x4<W>

source§

impl<W: Copy + LaneWords4, G: Copy> LaneWords4 for x2<W, G>