[][src]Trait ppv_lite86::Vec4

pub trait Vec4<W> {
    fn extract(self, i: u32) -> W;
fn insert(self, w: W, i: u32) -> Self; }

A vector composed of four elements, which may be words or themselves vectors.

Required methods

fn extract(self, i: u32) -> W

fn insert(self, w: W, i: u32) -> Self

Loading content...

Implementors

impl Vec4<u32> for u32x4_generic[src]

impl Vec4<u64> for u64x4_generic[src]

Loading content...