Trait VectorGatherElement
pub trait VectorGatherElement
Associated Types
type Element;type Offset;
Required Methods
unsafe fn vec_gather_element<const D: u32>(self, b: Self::Offset, c: *const Self::Element) -> Self
Implementors
impl VectorGatherElement for vector_bool_intimpl VectorGatherElement for vector_bool_long_longimpl VectorGatherElement for vector_doubleimpl VectorGatherElement for vector_floatimpl VectorGatherElement for vector_signed_intimpl VectorGatherElement for vector_signed_long_longimpl VectorGatherElement for vector_unsigned_intimpl VectorGatherElement for vector_unsigned_long_long