Docs.rs
simd-trick-0.3.0
simd-trick 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
scottmcm
Dependencies
Versions
1.04%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
u8x64
simd_
trick
0.3.0
u8x64
Aliased Type
Trait Implementations
From<Simd<[m8; 64]>>
In crate simd_
trick
simd_trick
Type Alias
u8x64
Copy item path
Source
pub type u8x64 =
Simd
<[
u8
;
64
]>;
Aliased Type
§
pub struct u8x64(
/* private fields */
);
Trait Implementations
§
Source
§
impl
From
<
Simd
<[
m8
;
64
]>> for
u8x64
Source
§
fn
from
(mask:
m8x64
) ->
u8x64
Converts to this type from the input type.