More fixes to external UDAFs 78/1078/1
authorvlad shkapenyuk <vshkap@research.att.com>
Mon, 7 Oct 2019 15:02:05 +0000 (11:02 -0400)
committervlad shkapenyuk <vshkap@research.att.com>
Mon, 7 Oct 2019 15:02:05 +0000 (11:02 -0400)
Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: I42b9a37634d84e5320a5aa44378b773b68a36bb7

cfg/external_fcns.def

index 674c5c6..4ee0f19 100644 (file)
 ///////////////////////////////////////////////////////////
 
        uint FUN [LFTA_LEGAL, COST FREE] EQ (uint, uint);
+       uint FUN [LFTA_LEGAL, COST FREE] EQ (int, int);
        uint FUN [LFTA_LEGAL, COST FREE] EQ (ullong, ullong);
        uint FUN [LFTA_LEGAL, COST FREE] GEQ (uint, uint);
+       uint FUN [LFTA_LEGAL, COST FREE] GEQ (int, int);
        uint FUN [LFTA_LEGAL, COST FREE] GEQ (ullong, ullong);
        uint FUN [LFTA_LEGAL, COST FREE] LEQ (uint, uint);
+       uint FUN [LFTA_LEGAL, COST FREE] LEQ (int, int);
        uint FUN [LFTA_LEGAL, COST FREE] LEQ (ullong, ullong);