Trait Words4
ppv_lite86
pub trait Words4 { fn shuffle1230(self) -> Self; fn shuffle2301(self) -> Self; fn shuffle3012(self) -> Self; }
A vector composed of four words; depending on their size, operations may cross lanes.
fn shuffle1230(self) -> Self
fn shuffle2301(self) -> Self
fn shuffle3012(self) -> Self