Add SIMD implementations of CRC64.

This commit is contained in:
2022-05-28 12:50:10 +01:00
parent 7705c3fbc4
commit 33d59d975e
12 changed files with 1272 additions and 151 deletions

View File

@@ -38,6 +38,7 @@
#include "aaruformat/consts.h"
#include "aaruformat/context.h"
#include "aaruformat/crc64.h"
#include "aaruformat/decls.h"
#include "aaruformat/enums.h"
#include "aaruformat/errors.h"