devela::_dep::wide

Trait CmpLe

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

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

Required Associated Types§

type Output

Required Methods§

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

Implementors§

§

impl CmpLe for f32x4

§

impl CmpLe for f32x8

§

impl CmpLe for f64x2

§

impl CmpLe for f64x4

§

impl CmpLe<f32> for f32x4

§

impl CmpLe<f32> for f32x8

§

impl CmpLe<f64> for f64x2

§

impl CmpLe<f64> for f64x4