torognes / vsearch

Versatile open-source tool for microbiome analysis
Other
643 stars 123 forks source link

Enable building on any 64-bit little-endian architecture #566

Open mr-c opened 3 days ago

mr-c commented 3 days ago

Using the SIMD Everywhere (SIMDe) library.

We are using this patch on Debian to build vsearch for RISCV64 and other architectures

This PR is a workaround for https://github.com/torognes/vsearch/issues/560 until a dedicated RISCV64 Vector implementation is added

torognes commented 3 days ago

Thanks a lot!

mr-c commented 3 days ago

Thanks a lot!

You are welcome! Do you need help adding the other architectures to your CI?