devela::_dep::wide

Trait CmpNe

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

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

Required Associated Types§

type Output

Required Methods§

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

Implementors§

§

impl CmpNe for f32x4

§

impl CmpNe for f32x8

§

impl CmpNe for f64x2

§

impl CmpNe for f64x4

§

impl CmpNe<f32> for f32x4

§

impl CmpNe<f32> for f32x8

§

impl CmpNe<f64> for f64x2

§

impl CmpNe<f64> for f64x4