ogxd / gxhash

The fastest hashing algorithm 📈
https://docs.rs/gxhash
MIT License
696 stars 23 forks source link

Cannot use cargo doc #90

Open blyxyas opened 2 weeks ago

blyxyas commented 2 weeks ago

I'm having some problems when using cargo doc having gxhash as a dependency. Setting RUSTFLAGS=... does not work :/ It still emits the "Gxhash requires aes and sse2 instrinsics..."

This does not happen with cargo build