Added compile-time crc32 implementation
This commit is contained in:
parent
59740ddeaa
commit
5166947bf0
@ -1,6 +1,8 @@
|
||||
#ifndef __CAVM_CRC32_COMPILETIME_HPP
|
||||
#define __CAVM_CRC32_COMPILETIME_HPP
|
||||
|
||||
// Source: https://gist.github.com/oktal/5573082
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#define CRC32 0xFFFFFFFF
|
||||
|
Loading…
Reference in New Issue
Block a user