MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / uint64_t

Function uint64_t

SampleFramework12/v1.00/MurmurHash.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60//----------
61
62FORCE_INLINE uint64_t fmix ( uint64_t k )
63{
64 k ^= k >> 33;
65 k *= BIG_CONSTANT(0xff51afd7ed558ccd);
66 k ^= k >> 33;
67 k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53);
68 k ^= k >> 33;
69
70 return k;
71}
72
73
74//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected