Cargo Features
SIMD has no features set by default.
[dependencies]
simd = { version = "0.2.4", features = ["with-serde", "doc"] }
- with-serde = serde, serde_derive
- doc
-
Affects
arm::neon
,simd::x86
,simd::arm
,simd::aarch64
,x86::sse2
,x86::sse3
,x86::ssse3
,x86::sse4_1
,x86::sse4_2
,x86::avx
,x86::avx2
…
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.