From 0fafe786aed1f5977b204cc3ca490659a5c182fb Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 30 Oct 2012 22:25:45 -0700 Subject: Improvements to the truth table computations. --- src/misc/util/abc_global.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc/util/abc_global.h') diff --git a/src/misc/util/abc_global.h b/src/misc/util/abc_global.h index fe3eda63..2b4e17a7 100644 --- a/src/misc/util/abc_global.h +++ b/src/misc/util/abc_global.h @@ -198,6 +198,7 @@ typedef unsigned __int64 ABC_UINT64_T; #endif /* defined(PLATFORM) */ typedef ABC_UINT64_T word; +typedef ABC_INT64_T iword; //////////////////////////////////////////////////////////////////////// /// MACRO DEFINITIONS /// -- cgit v1.2.3