Add optimized crc32c
This commit is contained in:
@@ -8,5 +8,4 @@
|
||||
// unsigned __int64 _mm_crc32_u64 (unsigned __int64 crc, unsigned __int64 v)
|
||||
// unsigned int _mm_crc32_u8 (unsigned int crc, unsigned char v)
|
||||
|
||||
uint32_t crc32c(uint8_t *buf, int len);
|
||||
uint32_t crc32c_zero4(uint8_t *buf, int len);
|
||||
uint32_t crc32c(uint32_t crc, const void *buf, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user