devela::_dep::wide

Trait CmpGe

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

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

Required Associated Types§

type Output

Required Methods§

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

Implementors§

§

impl CmpGe for f32x4

§

impl CmpGe for f32x8

§

impl CmpGe for f64x2

§

impl CmpGe for f64x4

§

impl CmpGe<f32> for f32x4

§

impl CmpGe<f32> for f32x8

§

impl CmpGe<f64> for f64x2

§

impl CmpGe<f64> for f64x4