AdamNiederer / faster

SIMD for humans
Mozilla Public License 2.0
1.56k stars 51 forks source link

#[target_feature(enable = "crypto")] the feature named `crypto` is not valid for this target #72

Closed chaseSpace closed 7 months ago

chaseSpace commented 2 years ago

I am just add faster into the Cargo.toml, then build failed. Maybe there is a need to add #[cfg(target_arch="???")] above the target_feature in the source code. version is 0.5.2, and 0.4.3 is build passed.