add isl_multi_*_neg
commitb483e5f8663d250a2b02119bafb3ab562a54018c
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 11 Jul 2014 19:44:17 +0000 (11 21:44 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 17 Jan 2015 14:15:28 +0000 (17 15:15 +0100)
tree99c1a79faaa0b45edad1321877abd3a882ea9e16
parent4773a1ef582ff160241feb2480d74951c28a50a1
add isl_multi_*_neg

With isl_multi_aff_neg, we can also enable isl_pw_multi_aff_neg,
but we have to avoid pulling in the isl_pw_*_sub implementation
of isl_pw_multi_aff_sub because we already have an explicit
implementation of this function.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/aff.h
include/isl/multi.h
include/isl/val.h
isl_aff.c
isl_fold.c
isl_multi_templ.c
isl_pw_templ.c