AdamNiederer / faster

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

No std? #11

Closed Restioson closed 6 years ago

Restioson commented 6 years ago

Hi!

This crate looks great, and I was wondering whether it could have a use_std feature (on by default) so that it could be used in no_std environments. Coresimd, which looks like the core counterpart to stdsimd, could be perhaps used?

AdamNiederer commented 6 years ago

Hello,

Have you tried compiling with the no-std feature enabled? That should strip any dependencies on std.

Restioson commented 6 years ago

... Wow, that wasn't smart of me. I must've missed that in the Cargo.toml. 🤦‍♂️ Thanks!

Restioson commented 6 years ago

Ah, it looks like I checked the repo out before you added it in, I think.