mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 05:23:00 +01:00
Cleanup.
This commit is contained in:
@@ -93,6 +93,8 @@ namespace bx
|
||||
Ieee, //!< 0xedb88320
|
||||
Castagnoli, //!< 0x82f63b78
|
||||
Koopman, //!< 0xeb31d82e
|
||||
|
||||
Count
|
||||
};
|
||||
|
||||
///
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user