seomoz / simhash-cpp

Simhashing in C++
MIT License
134 stars 47 forks source link

Fixed undefined usage of right-shift (shifting by 64). #20

Closed b4hand closed 9 years ago

b4hand commented 9 years ago

This resulted in failing the rotation test on some platforms and possibly other issues.

dlecocq commented 9 years ago

LGTM