mengyao / Complete-Striped-Smith-Waterman-Library

294 stars 112 forks source link

enable building on non SSE2 CPUs #69

Closed mr-c closed 2 years ago

mr-c commented 4 years ago

Fixes #68

This change is already included in the Debian package of this library, as seen at https://packages.debian.org/sid/libssw0

mr-c commented 4 years ago

Hello @mengyao , I've simplified this pull request. Please let me know what I can do to improve it. Thanks!

mengyao commented 2 years ago

Thank you very much for this pull request. It is very inspiring. I believe the simde module is very powerful. However I have enabled this function using sse2neon.h, which is more light weighted. Thanks again for your great contribution.