fearless_
simd
0.2.0
Simd
Element
Required Associated Types
Mask
Implementations on Foreign Types
f32
f64
i8
i16
i32
i64
u8
u16
u32
Implementors
In crate fearless_
simd
fearless_simd
Trait
SimdElement
Copy item path
Source
pub trait SimdElement { type
Mask
:
SimdElement
; }
Required Associated Types
§
Source
type
Mask
:
SimdElement
Implementations on Foreign Types
§
Source
§
impl
SimdElement
for
f32
Source
§
type
Mask
=
i32
Source
§
impl
SimdElement
for
f64
Source
§
type
Mask
=
i64
Source
§
impl
SimdElement
for
i8
Source
§
type
Mask
=
i8
Source
§
impl
SimdElement
for
i16
Source
§
type
Mask
=
i16
Source
§
impl
SimdElement
for
i32
Source
§
type
Mask
=
i32
Source
§
impl
SimdElement
for
i64
Source
§
type
Mask
=
i64
Source
§
impl
SimdElement
for
u8
Source
§
type
Mask
=
i8
Source
§
impl
SimdElement
for
u16
Source
§
type
Mask
=
i16
Source
§
impl
SimdElement
for
u32
Source
§
type
Mask
=
i32
Implementors
§