13#if defined(_MSC_VER) && (_MSC_VER < 1600)
15typedef unsigned char uint8_t;
16typedef unsigned int uint32_t;
17typedef unsigned __int64 uint64_t;
34void MurmurHash3_x86_32 (
const void * key,
int len, uint32_t seed,
void * out );
36void MurmurHash3_x86_128 (
const void * key,
int len, uint32_t seed,
void * out );
38void MurmurHash3_x64_128 (
const void * key,
int len, uint32_t seed,
void * out );
Implementation details of Tpetra.
Namespace Tpetra contains the class and methods constituting the Tpetra library.