mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
Fix compile phmap failed in windows-arm64
This commit is contained in:
@@ -65,6 +65,7 @@ public:
|
||||
uint64_t l = umul128(operator()(), boundExcluded, &h);
|
||||
return h;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
std::array<uint64_t, 4> state() const {
|
||||
|
||||
Reference in New Issue
Block a user