Closed jprotze closed 2 years ago
This benchmark was simplified based on the version available at https://github.com/TheFighters/Smith-Waterman.
We can revise to avoid the warning from Clang and the mix use of the types.
The fixes are added to avoid the warning and mixed use of types.
Additionally, the function mixes
long int
andlong long int
valiables. Is this on purpose?