Expand description
With nothing but core, and num_traits, the entire crate is build to be
portable, yet powerful. It supports addition, multiplication, division, and
subtraction as the four main arithmetic operations performed - all of which
are improved by SIMD.
Modules§
- scalar
- Extensive coverage of generic mathematic operations in traits.
- simd
- Core traits and types that abstract usage of SIMD.
Constants§
- MAX_
SIMD_ DOUBLE_ PRECISION_ LANES - A representation of the total lanes in a SIMD register for double precision floats.
- MAX_
SIMD_ SINGLE_ PRECISION_ LANES - A representation of the total lanes in a SIMD register for single precision floats.
- MAX_
SIMD_ SIZE - The largest size (in bytes) a SIMD type can have on the target.