Trait VectorLoad
pub trait VectorLoad: Sized
Associated Types
type ElementType;
Required Methods
unsafe fn vec_load_len(ptr: *const Self::ElementType, byte_count: u32) -> Selfunsafe fn vec_load_bndry<const BLOCK_BOUNDARY: u16>(ptr: *const Self::ElementType) -> MaybeUninit<Self>
Provided Methods
unsafe fn vec_xl(offset: isize, ptr: *const Self::ElementType) -> Self
Implementors
impl VectorLoad for vector_doubleimpl VectorLoad for vector_floatimpl VectorLoad for vector_signed_charimpl VectorLoad for vector_signed_intimpl VectorLoad for vector_signed_long_longimpl VectorLoad for vector_signed_shortimpl VectorLoad for vector_unsigned_charimpl VectorLoad for vector_unsigned_intimpl VectorLoad for vector_unsigned_long_longimpl VectorLoad for vector_unsigned_short