devela::_dep::wide

Trait CmpLt

pub trait CmpLt<Rhs = Self> {
    type Output;

    // Required method
    fn cmp_lt(self, rhs: Rhs) -> Self::Output;
}
Available on crate feature dep_wide only.

Required Associated Types§

type Output

Required Methods§

fn cmp_lt(self, rhs: Rhs) -> Self::Output

Implementors§

§

impl CmpLt for f32x4

§

impl CmpLt for f32x8

§

impl CmpLt for f64x2

§

impl CmpLt for f64x4

§

impl CmpLt for i8x16

§

impl CmpLt for i8x32

§

impl CmpLt for i16x8

§

impl CmpLt for i16x16

§

impl CmpLt for i32x4

§

impl CmpLt for i32x8

§

impl CmpLt for i64x2

§

impl CmpLt for i64x4

§

impl CmpLt<f32> for f32x4

§

impl CmpLt<f32> for f32x8

§

impl CmpLt<f64> for f64x2

§

impl CmpLt<f64> for f64x4