philres / ngmlr

NGMLR is a long-read mapper designed to align PacBio or Oxford Nanopore (standard and ultra-long) to a reference genome with a focus on reads that span structural variations
MIT License
284 stars 41 forks source link

support for aarch64 #85

Open t-nojiri opened 3 years ago

t-nojiri commented 3 years ago

This is a fix for building on aarch64. Use sse2neon to build on aarch64. The built-in type of va_list in aarch64 is a structure. I modified it to use va_arg.

philres commented 3 years ago

That's great, thank you very much.

Could you do me a favor and please change the version in CMakeLists.txt to 0.2.9?