Crate lazy_simd

Crate lazy_simd 

Source
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.