Trait VectorComparePredicate
pub trait VectorComparePredicate: Sized
Associated Types
type Result;
Provided Methods
unsafe fn vec_cmpgt(self, other: Self) -> Self::Resultunsafe fn vec_cmpge(self, other: Self) -> Self::Resultunsafe fn vec_cmplt(self, other: Self) -> Self::Resultunsafe fn vec_cmple(self, other: Self) -> Self::Result
Implementors
impl VectorComparePredicate for vector_doubleimpl VectorComparePredicate for vector_floatimpl VectorComparePredicate for vector_signed_charimpl VectorComparePredicate for vector_signed_intimpl VectorComparePredicate for vector_signed_long_longimpl VectorComparePredicate for vector_signed_shortimpl VectorComparePredicate for vector_unsigned_charimpl VectorComparePredicate for vector_unsigned_intimpl VectorComparePredicate for vector_unsigned_long_longimpl VectorComparePredicate for vector_unsigned_short