repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_seq_normalize: use pre-allocated temporary variable in isl_ctx
[isl.git]
/
include
/
isl_polylib.h
blob
b2c500dd1243925425410c0dde3288dd0f8f3f35
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