export isl_multi_*_involves_nan
authorSven Verdoolaege <sven@cerebras.net>
Fri, 13 Dec 2019 13:36:23 +0000 (13 14:36 +0100)
committerSven Verdoolaege <sven@cerebras.net>
Thu, 19 Nov 2020 21:49:52 +0000 (19 22:49 +0100)
These complement the already exported isl_val_is_nan.

Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
include/isl/multi.h

index b9e13da..52bac4a 100644 (file)
@@ -144,6 +144,7 @@ __isl_give isl_multi_##BASE *isl_multi_##BASE##_zero(                       \
        __isl_take isl_space *space);
 
 #define ISL_DECLARE_MULTI_NAN(BASE)                                    \
+__isl_export                                                           \
 isl_bool isl_multi_##BASE##_involves_nan(                              \
        __isl_keep isl_multi_##BASE *multi);