tkaitchuck / aHash

aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
https://crates.io/crates/ahash
Apache License 2.0
1.03k stars 101 forks source link

patch ahash 0.7.x to diable stdsimd in unsupported nightlies #201

Closed kornelski closed 7 months ago

kornelski commented 8 months ago

This keeps the stdsimd feature working for older nightlies, so there shouldn't be any loss of functionality.

kornelski commented 8 months ago

@tkaitchuck Could you make a patch release for the 0.7 branch to fix https://github.com/tkaitchuck/aHash/issues/200?

Manishearth commented 8 months ago

Alternate PR is #202 which just removes this check entirely, as was already landed in https://github.com/tkaitchuck/aHash/pull/183. I'm not convinced the solution to a broken check is more checking, but would be happy if either of these landed.