Cargo Features

[dependencies]
x-math = { version = "0.2.0", default-features = false, features = ["acc", "sse"] }
default = acc

The acc feature is set by default whenever x-math is added without default-features = false somewhere in the dependency tree.

acc default
sse

X-Math has 3 features without comments.