Use IMath functions directly instead of macros
commitd91e34d1304a6df1d86b73d8b5022091b1688e3d
authorMichael Kruse <isl@meinersbur.de>
Tue, 26 May 2015 13:02:34 +0000 (26 15:02 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Jun 2015 08:00:08 +0000 (15 10:00 +0200)
treee249d93ac4fd0e10d6786abfdb9649a25359ea8f
parent8528f0700bcb25ba5e57791677e510e0ee5a659a
Use IMath functions directly instead of macros

The isl_int_* macros refer to the integer functions as configured using
the --with-int= switch. With the introduction of a second IMath-based
integer configuration these macros become ambiguous. We call the IMath
functions directly to avoid this ambiguity.

Signed-off-by: Michael Kruse <isl@meinersbur.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_imath.c