Trait VectorCompareRange

pub trait VectorCompareRange: Sized

Associated Types

type Result;

Required Methods

unsafe fn vstrc<const IMM: u32>(self, b: Self, c: Self) -> Self::Result
unsafe fn vstrcz<const IMM: u32>(self, b: Self, c: Self) -> Self::Result
unsafe 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