flier / rust-fasthash

A suite of non-cryptographic hash functions for Rust.
Apache License 2.0
138 stars 28 forks source link

update smhash to support ARM #21

Open jianshu93 opened 2 years ago

jianshu93 commented 2 years ago

Dear rust-fasthash team,

It seems smhash offered neon support on recent commits. Any possibilities to use the most recent ones so that can be complied on ARM machines?

Many Thank,

Jianshu

bestouff commented 1 year ago

At least something that compiles and runs even without asm optimizations would be great. Those shiny new Macs want to run Rust code !