projects
/
platform
/
upstream
/
isl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add isl_basic_map_universe_like
[platform/upstream/isl.git]
/
include
/
isl_polylib.h
1
#ifndef ISL_POLYLIB_H
2
#define ISL_POLYLIB_H
3
4
#include <isl_ctx.h>
5
#ifndef ISL_POLYLIB
6
#error "no polylib"
7
#endif
8
9
#include <polylib/polylibgmp.h>
10
11
#endif