hsinnan75 / GSAlign

GSAlign: an ultra-fast sequence alignment algorithm for intra-species genome comparison
MIT License
51 stars 16 forks source link

Add support for Linux ARM64 #24

Open martin-g opened 4 months ago

martin-g commented 4 months ago

Use sse2neon to translate SSE instructions to NEON ones when running on Linux ARM64.

The PR also adds Continuous Integration based on Github Actions to test any suggested changes.