[][src]Trait ppv_lite86::LaneWords4

pub trait LaneWords4 {
    fn shuffle_lane_words1230(self) -> Self;
fn shuffle_lane_words2301(self) -> Self;
fn shuffle_lane_words3012(self) -> Self; }

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

Required methods

fn shuffle_lane_words1230(self) -> Self

fn shuffle_lane_words2301(self) -> Self

fn shuffle_lane_words3012(self) -> Self

Loading content...

Implementors

impl LaneWords4 for u32x4_generic[src]

Loading content...