You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i ) uses a 32-bit integer i for size, this fails for hashing huge blocks. Change to FORCE_INLINE uint64_t getblock ( const uint64_t * p, Py_ssize_t i ).
FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i )
uses a 32-bit integeri
for size, this fails for hashing huge blocks. Changeto FORCE_INLINE uint64_t getblock ( const uint64_t * p, Py_ssize_t i )
.Here is the pull request:
#34
The text was updated successfully, but these errors were encountered: