Create real cpu_crc32.c and rp_cpu.c

This commit is contained in:
jsteube
2016-09-06 15:28:56 +02:00
parent 0a5759ef1c
commit 1902e6c2eb
23 changed files with 3391 additions and 2963 deletions
+3
View File
@@ -19,6 +19,9 @@
#define HCBUFSIZ 0x50000 // general large space buffer size in case the size is unknown at compile-time
#define BLOCK_SIZE 64
#define EXPECTED_ITERATIONS 10000
#define MIN(a,b) (((a) < (b)) ? (a) : (b))