zwdzwd / transvar

TransVar - multiway annotator for precision medicine
Other
115 stars 34 forks source link

Update for Apple M1 chips #58

Open TaylorRPatterson opened 1 year ago

TaylorRPatterson commented 1 year ago

Changed: Replaced ssw.c and ssw.h with the current copies available in https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library. New versions include a conditional check for ARM chips then use the now-included sse2neon.h header instead of the Intel ones.

Added: sse2neon.h file from https://github.com/DLTcollab/sse2neon, required for M1 chips/ARM64 as a replacement for Intel intrinsic headers.