arduano / simdeez

easy simd
MIT License
334 stars 25 forks source link

no_std (opt-in) feature should be a std (opt-out) feature #68

Open valadaptive opened 8 months ago

valadaptive commented 8 months ago

The Cargo reference recommends that features be additive, which means that enabling a feature doesn't disable any functionality. As such, they recommend an opt-out std feature instead of an opt-in no_std feature.