Cargo Features
[dependencies]
moxcms = { version = "0.6.1", default-features = false, features = ["avx", "sse", "neon", "options"] }
- default = avx, neon, sse
-
If no unsafe intrinsics active then
forbid(unsafe)
will be used. - avx default
-
Enables AVX2 acceleration where possible
- sse default
-
Enables SSE4.1 acceleration where possible
- neon default
-
Enables NEON intrinsics where possible
- options
-
Allows configuring interpolation methods and LUT weights precision.
Disabled by default to prevent binary bloat.