Docs.rs
simd_vector-0.4.2
simd_vector 0.4.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
fxeqxmulfx
Dependencies
Versions
47.62%
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.4.2
All Items
Crate Items
Modules
Structs
Crate
simd_
vector
Copy item path
Source
Modules
§
fast
Fast transcendental functions (≤ 3.5 ULP). Import with
use simd_vector::fast::*
.
precise
Precise transcendental functions (≤ 1.0 ULP). Import with
use simd_vector::precise::*
.
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.