summaryrefslogtreecommitdiffhomepage
path: root/compat/int-hash.hpp
blob: 2266bb4d5e21dcb2c885055a248547392f5c7a71 (plain)
1
2
3
4
5
6
7
8
#pragma once

namespace floormat {

size_t int_hash(uint32_t x) noexcept;
size_t int_hash(uint64_t x) noexcept;

} // namespace floormat