Docs.rs
fearless_simd-0.3.0
fearless_simd 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
raphlinus
DJMcNab
LaurenzV
Dependencies
bytemuck ^1.23.0
normal
libm ^0.2.15
normal
optional
Versions
4.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
SimdElement
fearless_
simd
0.3.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
Simd
Element
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
§