diff options
Diffstat (limited to 'attic/int-hash.hpp')
-rw-r--r-- | attic/int-hash.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/attic/int-hash.hpp b/attic/int-hash.hpp new file mode 100644 index 00000000..2266bb4d --- /dev/null +++ b/attic/int-hash.hpp @@ -0,0 +1,8 @@ +#pragma once + +namespace floormat { + +size_t int_hash(uint32_t x) noexcept; +size_t int_hash(uint64_t x) noexcept; + +} // namespace floormat |