Docs.rs
simd-abstraction-0.7.1
simd-abstraction 0.7.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Nugine
Dependencies
outref ^0.1.0
normal
Versions
2.59%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Load
Required Associated Types
Output
Required Methods
load
Implementors
In simd_abstraction::tools
?
Trait
simd_abstraction
::
tools
::
Load
source
·
[
−
]
pub trait Load<T> { type
Output
; fn
load
(self, src: T) -> Self::
Output
; }
Required Associated Types
source
type
Output
Required Methods
source
fn
load
(self, src: T) -> Self::
Output
Implementors
source
impl<S:
SIMD128
>
Load
<&
Bytes16
> for S
type
Output
= <S as
SIMD128
>::
V128
source
impl<S:
SIMD256
>
Load
<&
Bytes32
> for S
type
Output
= <S as
SIMD256
>::
V256