Cargo Features

[dependencies]
cfavml = { version = "0.3.0", default-features = false, features = ["nightly", "std"] }
nightly

Enables nightly only features like fast-math optimizations for fallback routines and AVX512 support.

This feature generally needs to be enabled in order to get the best optimizations.

Affects dispatch::is_avx512_available, math::AutoMath

std default

Enables std library support

This primarily provides runtime CPU feature selection, if this is not enabled only compile time dispatch can be used.

default = std

The default features enabled.

If you are compiling for no-std you will need to pass default-features = false