Crate fearless_simd

source ·
Expand description

A helper library to make SIMD more friendly.

Re-exports

pub use x86::count;
pub use x86::GeneratorF32;
pub use x86::run_f32;
pub use x86::run_f32x4;

Modules

Runtime detection of x86 and x86_64 capabilities.

Structs

Traits

A trait representing f32 -> f32 function that can be computed using simd.
A type compatible with an f32 simd value, representing a boolean in each lane.