repo.or.cz
/
isl.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
d5f8fcc
)
export isl_multi_*_involves_nan
author
Sven Verdoolaege
<sven@cerebras.net>
Fri, 13 Dec 2019 13:36:23 +0000
(13 14:36 +0100)
committer
Sven 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
patch
|
blob
|
blame
|
history
diff --git
a/include/isl/multi.h
b/include/isl/multi.h
index
b9e13da
..
52bac4a
100644
(file)
--- a/
include/isl/multi.h
+++ b/
include/isl/multi.h
@@
-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);