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
add isl_pw_multi_aff_range_map
[isl.git]
/
isl_config_post.h
blob
5d67aae406d3ca620fc56be71fa07a98ae6ff01a
1
#ifndef HAVE___ATTRIBUTE__
2
#define __attribute__(x)
3
#endif
4
5
#if (HAVE_DECL_FFS==0) && (HAVE_DECL___BUILTIN_FFS==1)
6
#define ffs __builtin_ffs
7
#endif
8
9
#ifdef GCC_WARN_UNUSED_RESULT
10
#define WARN_UNUSED GCC_WARN_UNUSED_RESULT
11
#else
12
#define WARN_UNUSED
13
#endif