Trait VectorLoadPair

pub trait VectorLoadPair: Sized

Associated Types

type ElementType;

Required Methods

unsafe fn vec_load_pair(a: Self::ElementType, b: Self::ElementType) -> Self

Implementors