PLAST-software / plast-library

PLAST is a fast, accurate and NGS scalable bank-to-bank sequence similarity search tool providing significant accelerations.
http://plast.inria.fr
Other
9 stars 2 forks source link

Use the simde header library for non-x86 compatibility #8

Open nileshpatra opened 3 years ago

nileshpatra commented 3 years ago

Currently, plast builds only on x86 arches, using simde, I've attempted to make it build across more arches.

Achieved success on: amd64, arm64, armhf, armel, mipel, mips64el, i386, riscv64 and several other arches.

cc: @ivajloip @cdeltel

mr-c commented 3 years ago

Currently, plast builds only on x86 arches, using simde,

Well, due to the use of SIMD intrinsics, yes :-)