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_farkas.c: extract out shared rational_universe
[isl.git]
/
isl_config_post.h
blob
a9cdda34d4e85631d981a88d2848ca9f493d752a
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