annotate polly/lib/External/isl_config.h.cmake @ 240:ca573705d418

merge
author matac
date Fri, 28 Jul 2023 20:50:09 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 /* define if your compiler has __attribute__ */
anatofuz
parents:
diff changeset
2 #cmakedefine HAVE___ATTRIBUTE__ /**/
anatofuz
parents:
diff changeset
3
anatofuz
parents:
diff changeset
4 /* most gcc compilers know a function __attribute__((__warn_unused_result__)) */
anatofuz
parents:
diff changeset
5 #define GCC_WARN_UNUSED_RESULT @GCC_WARN_UNUSED_RESULT@
anatofuz
parents:
diff changeset
6
anatofuz
parents:
diff changeset
7
anatofuz
parents:
diff changeset
8 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
anatofuz
parents:
diff changeset
9 #define HAVE_DECL_FFS @HAVE_DECL_FFS@
anatofuz
parents:
diff changeset
10
anatofuz
parents:
diff changeset
11 /* Define to 1 if you have the declaration of `__builtin_ffs', and to 0 if you
anatofuz
parents:
diff changeset
12 don't. */
anatofuz
parents:
diff changeset
13 #define HAVE_DECL___BUILTIN_FFS @HAVE_DECL___BUILTIN_FFS@
anatofuz
parents:
diff changeset
14
anatofuz
parents:
diff changeset
15 /* Define to 1 if you have the declaration of `_BitScanForward', and to 0 if
anatofuz
parents:
diff changeset
16 you don't. */
anatofuz
parents:
diff changeset
17 #define HAVE_DECL__BITSCANFORWARD @HAVE_DECL__BITSCANFORWARD@
anatofuz
parents:
diff changeset
18
anatofuz
parents:
diff changeset
19
anatofuz
parents:
diff changeset
20 /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you
anatofuz
parents:
diff changeset
21 don't. */
anatofuz
parents:
diff changeset
22 #define HAVE_DECL_STRCASECMP @HAVE_DECL_STRCASECMP@
anatofuz
parents:
diff changeset
23
anatofuz
parents:
diff changeset
24 /* Define to 1 if you have the declaration of `_stricmp', and to 0 if you
anatofuz
parents:
diff changeset
25 don't. */
anatofuz
parents:
diff changeset
26 #define HAVE_DECL__STRICMP @HAVE_DECL__STRICMP@
anatofuz
parents:
diff changeset
27
anatofuz
parents:
diff changeset
28
anatofuz
parents:
diff changeset
29 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
anatofuz
parents:
diff changeset
30 don't. */
anatofuz
parents:
diff changeset
31 #define HAVE_DECL_STRNCASECMP @HAVE_DECL_STRNCASECMP@
anatofuz
parents:
diff changeset
32
anatofuz
parents:
diff changeset
33 /* Define to 1 if you have the declaration of `_strnicmp', and to 0 if you
anatofuz
parents:
diff changeset
34 don't. */
anatofuz
parents:
diff changeset
35 #define HAVE_DECL__STRNICMP @HAVE_DECL__STRNICMP@
anatofuz
parents:
diff changeset
36
anatofuz
parents:
diff changeset
37
anatofuz
parents:
diff changeset
38 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
anatofuz
parents:
diff changeset
39 don't. */
anatofuz
parents:
diff changeset
40 #define HAVE_DECL_SNPRINTF @HAVE_DECL_SNPRINTF@
anatofuz
parents:
diff changeset
41
anatofuz
parents:
diff changeset
42 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
anatofuz
parents:
diff changeset
43 don't. */
anatofuz
parents:
diff changeset
44 #define HAVE_DECL__SNPRINTF @HAVE_DECL__SNPRINTF@
anatofuz
parents:
diff changeset
45
anatofuz
parents:
diff changeset
46
anatofuz
parents:
diff changeset
47 /* use gmp to implement isl_int */
anatofuz
parents:
diff changeset
48 #cmakedefine USE_GMP_FOR_MP
anatofuz
parents:
diff changeset
49
anatofuz
parents:
diff changeset
50 /* use imath to implement isl_int */
anatofuz
parents:
diff changeset
51 #cmakedefine USE_IMATH_FOR_MP
anatofuz
parents:
diff changeset
52
anatofuz
parents:
diff changeset
53 /* Use small integer optimization */
anatofuz
parents:
diff changeset
54 #cmakedefine USE_SMALL_INT_OPT
anatofuz
parents:
diff changeset
55
anatofuz
parents:
diff changeset
56 #include <isl_config_post.h>