Cargo Features

[dependencies]
generic-simd = { version = "0.1.0", default-features = false, features = ["std", "alloc", "complex", "nightly"] }
default = complex, std

These default features are set whenever generic-simd is added without default-features = false somewhere in the dependency tree.

std default

Enables std of multiversion ^0.6.1

Affects alignment::allocate_aligned_slice

alloc

Affects alignment::allocate_aligned_slice

complex default = num-complex

Affects generic::cf32x1, generic::cf64x1

nightly

Enables nightly of generic-simd-macros

Affects arch::arm

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

num-complex complex

Enables num-complex ^0.3