Trait VectorCompareRange
pub trait VectorCompareRange: Sized
Associated Types
type Result;
Required Methods
unsafe fn vstrc<const IMM: u32>(self, b: Self, c: Self) -> Self::Resultunsafe fn vstrcz<const IMM: u32>(self, b: Self, c: Self) -> Self::Resultunsafe fn vstrcs<const IMM: u32>(self, b: Self, c: Self) -> (Self::Result, i32)unsafe fn vstrczs<const IMM: u32>(self, b: Self, c: Self) -> (Self::Result, i32)
Implementors
impl VectorCompareRange for vector_unsigned_charimpl VectorCompareRange for vector_unsigned_intimpl VectorCompareRange for vector_unsigned_short