Docs.rs
simd_vector-0.3.1
simd_vector 0.3.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
fxeqxmulfx
Dependencies
Versions
66.67%
of the crate is documented
Platform
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
Skip to main content
Crate simd_vector
simd_
vector
0.3.1
All Items
Crate Items
Structs
Crate
simd_
vector
Copy item path
Source
Structs
§
Vec4
A 4-lane SIMD vector of
f32
values, backed by SSE 128-bit registers.
Vec8
An 8-lane SIMD vector of
f32
values, backed by AVX2 256-bit registers.