flier / pyfasthash

Python Non-cryptographic Hash Library
Apache License 2.0
281 stars 52 forks source link

Compile on Windows #41

Closed jherico closed 3 years ago

jherico commented 4 years ago

Fix build failures on windows due to missing __int128 type, or more accurately, due to the code not respecting the lack of the __int128 type. Puts a number of types inside the SUPPORT_INT128 where previously they had been outside.

codecov[bot] commented 4 years ago

Codecov Report

Merging #41 into master will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   92.26%   92.32%   +0.06%     
==========================================
  Files          13       13              
  Lines         362      365       +3     
==========================================
+ Hits          334      337       +3     
  Misses         28       28              
Impacted Files Coverage Δ
src/Highway.h 100.00% <ø> (ø)
src/Hash.cpp 100.00% <100.00%> (ø)
src/Hash.h 79.46% <0.00%> (+0.37%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5f81262...d2f48a3. Read the comment docs.