This commit is contained in:
Branimir Karadžić
2017-09-16 22:44:47 -07:00
parent cf491a54a2
commit 09689d5d45
2 changed files with 3 additions and 0 deletions

View File

@@ -93,6 +93,8 @@ namespace bx
Ieee, //!< 0xedb88320
Castagnoli, //!< 0x82f63b78
Koopman, //!< 0xeb31d82e
Count
};
///

View File

@@ -125,6 +125,7 @@ static const uint32_t* s_crcTable[] =
s_crcTableCastagnoli,
s_crcTableKoopman,
};
BX_STATIC_ASSERT(BX_COUNTOF(s_crcTable) == HashCrc32::Count);
void HashCrc32::begin(Enum _type)
{