☰
CmpEq
Required Associated Types
Output
Required Methods
cmp_eq
Implementors
In wide
?
Trait
wide
::
CmpEq
source
·
[
−
]
pub trait CmpEq<Rhs = Self> { type
Output
; fn
cmp_eq
(self, rhs: Rhs) -> Self::
Output
; }
Required Associated Types
source
type
Output
Required Methods
source
fn
cmp_eq
(self, rhs: Rhs) -> Self::
Output
Implementors
source
impl
CmpEq
<
f32
> for
f32x4
type
Output
=
f32x4
source
impl
CmpEq
<
f32
> for
f32x8
type
Output
=
f32x8
source
impl
CmpEq
<
f64
> for
f64x2
type
Output
=
f64x2
source
impl
CmpEq
<
f64
> for
f64x4
type
Output
=
f64x4
source
impl
CmpEq
<
f32x4
> for
f32x4
type
Output
=
f32x4
source
impl
CmpEq
<
f32x8
> for
f32x8
type
Output
=
f32x8
source
impl
CmpEq
<
f64x2
> for
f64x2
type
Output
=
f64x2
source
impl
CmpEq
<
f64x4
> for
f64x4
type
Output
=
f64x4
source
impl
CmpEq
<
i8x16
> for
i8x16
type
Output
=
i8x16
source
impl
CmpEq
<
i8x32
> for
i8x32
type
Output
=
i8x32
source
impl
CmpEq
<
i16x8
> for
i16x8
type
Output
=
i16x8
source
impl
CmpEq
<
i16x16
> for
i16x16
type
Output
=
i16x16
source
impl
CmpEq
<
i32x4
> for
i32x4
type
Output
=
i32x4
source
impl
CmpEq
<
i32x8
> for
i32x8
type
Output
=
i32x8
source
impl
CmpEq
<
i64x2
> for
i64x2
type
Output
=
i64x2
source
impl
CmpEq
<
i64x4
> for
i64x4
type
Output
=
i64x4