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.
Changed: Replaced
ssw.c
andssw.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-includedsse2neon.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.