From 706718ca2e7ef0becb32fc4548fadeb19a0f6212 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Tue, 18 Feb 2020 14:52:28 +0100 Subject: cmplog routines llvm pass --- include/cmplog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/cmplog.h') diff --git a/include/cmplog.h b/include/cmplog.h index c02650ee..18c6a7ef 100644 --- a/include/cmplog.h +++ b/include/cmplog.h @@ -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) -- cgit 1.4.1