torognes / swipe

Smith-Waterman database searches with inter-sequence SIMD parallelisation
GNU Affero General Public License v3.0
58 stars 21 forks source link

support on ARM64 #36

Open jianshu93 opened 2 years ago

jianshu93 commented 2 years ago

Dear swipe team,

I am wondering whether this could be also run on Apple ARM64/aarch64 CPUs, which is a different SIMD idea. There are sse2neon.h here: https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library/blob/master/src/sse2neon.h

Thanks,

Jianshu

torognes commented 2 years ago

Dear @jianshu93,

Thanks for your suggestion. This is something I have considered, but it would require a substantial amount of work, and at the moment I do not have time to do it.