Skip to content

Commit

Permalink
docs: Clarify origin of MurmurHash implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zao committed Mar 21, 2024
1 parent a19830d commit 5954cdb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions engine/render/r_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1904,9 +1904,10 @@ r_renderer_c::RenderTarget& r_renderer_c::GetPresentRenderTarget()
return rttMain[presentRtt];
}

// ============================================
// MurmurHash implementation from public domain
// ============================================
// ===========================================================
// MurmurHash implementation from public domain, obtained from
// https://github.com/explosion/murmurhash/blob/9281c4825c24e64476457db89fb1d39bf09b3d23/murmurhash/MurmurHash2.cpp
// ===========================================================

#if _WIN32
#define BIG_CONSTANT(x) (x)
Expand Down

0 comments on commit 5954cdb

Please sign in to comment.