Closed jherico closed 3 years ago
Merging #41 into master will increase coverage by
0.06%
. The diff coverage is100.00%
.
@@ 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.
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 theSUPPORT_INT128
where previously they had been outside.