Cargo Features
[dependencies]
x-math = { version = "0.2.0", default-features = false, features = ["acc", "sse"] }
- default = acc
-
The
acc
feature is set by default wheneverx-math
is added without
somewhere in the dependency tree.default-features = false - acc default
- sse
X-Math has 3 features without comments.