wh-xu / Hyper-Gen

HyGen: Compact and Efficient Genome Sketching using Hyperdimensional Vectors
MIT License
21 stars 2 forks source link

aarch64 support #5

Open jianshu93 opened 4 months ago

jianshu93 commented 4 months ago

Hi Weihong,

It would be nice if you can also have support for non x86-64 platforms like aarch64 via stdsimd. stdsimd can provide SIMD operation no matter the platform is, might be slower than avx2 for neon (128 bit) but support both aarch64 linux and Darwin.

Thanks,

Jianshu