mengyao / Complete-Striped-Smith-Waterman-Library

298 stars 112 forks source link

Preliminary PPC64 suport #35

Closed IvantheDugtrio closed 2 years ago

IvantheDugtrio commented 8 years ago

Tested and working

NOTE: _mm_cmpeq_epi16 has no equivalent function in vec128int.h. Closest function replacing it is _mm_cmpeq_epi8.

Compiles fine with vec_compareeq16sb but needs further testing to confirm that everything is okay.

mengyao commented 2 years ago

Thank you so much for providing this solution. I think it is out of dated, so don't merge now. I may seek some alternative solution like depristo's in need.