Skip to content

Commit e198853

Browse files
committed
Switch from FNV64 to FNV32
1 parent 664e456 commit e198853

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Debug/debugger.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,8 @@ void Debugger::checkpoint(Module *m, const bool force) {
11381138
}
11391139

11401140
/*
1141-
* FNV-1a 32bit, https://datatracker.ietf.org/doc/html/draft-eastlake-fnv-17.html
1141+
* FNV-1a 32bit:
1142+
* https://datatracker.ietf.org/doc/html/draft-eastlake-fnv-17.html
11421143
*/
11431144
uint32_t FNV1a_uint32_list(const std::vector<uint32_t> &values) {
11441145
constexpr uint32_t FNV_offset_basis = 0x811C9DC5;

0 commit comments

Comments
 (0)