Cargo Features
[dependencies]
reed-solomon-erasure = { version = "6.0.0", default-features = false, features = ["std", "simd-accel"] }
- default = std
-
simd off by default
- std default = parking_lot
- simd-accel = cc, libc
-
Affects
galois_8::mul_slice
,galois_8::mul_slice_xor
…
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.
- libc simd-accel?
- parking_lot std
-
Enables parking_lot ^0.11.2
Efficient
Mutex
implementation forstd
environment - cc build simd-accel?