cmplog routines llvm pass

This commit is contained in:
Andrea Fioraldi
2020-02-18 14:52:28 +01:00
parent a971fc8f36
commit 706718ca2e
5 changed files with 376 additions and 1 deletions

View File

@ -31,6 +31,7 @@
#define CMP_MAP_W 65536
#define CMP_MAP_H 256
#define CMP_MAP_RTN_H (CMP_MAP_H / 4)
#define SHAPE_BYTES(x) (x + 1)