New command line options

This commit is contained in:
tevador
2019-02-19 22:47:45 +01:00
parent 81c5917def
commit 219efce06c
3 changed files with 30 additions and 23 deletions

View File

@@ -49,8 +49,8 @@ static inline uint128_t square128(uint64_t x) {
return x2;
}
#undef LO(x)
#undef HI(x)
#undef LO
#undef HI
inline uint64_t squareHash(uint64_t x) {
x += 1613783669344650115;