[AMDGPU] Test codegen'ing True16 additions.
[llvm-project.git] / polly / lib / External / isl_config.h.cmake
blob036dc4fd8f761630a17219627bb89a44d90e560e
1 /* define if your compiler has __attribute__ */
2 #cmakedefine HAVE___ATTRIBUTE__ /**/
4 /* most gcc compilers know a function __attribute__((__warn_unused_result__)) */
5 #define GCC_WARN_UNUSED_RESULT @GCC_WARN_UNUSED_RESULT@
8 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
9 #define HAVE_DECL_FFS @HAVE_DECL_FFS@
11 /* Define to 1 if you have the declaration of `__builtin_ffs', and to 0 if you
12    don't. */
13 #define HAVE_DECL___BUILTIN_FFS @HAVE_DECL___BUILTIN_FFS@
15 /* Define to 1 if you have the declaration of `_BitScanForward', and to 0 if
16    you don't. */
17 #define HAVE_DECL__BITSCANFORWARD @HAVE_DECL__BITSCANFORWARD@
20 /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you
21    don't. */
22 #define HAVE_DECL_STRCASECMP @HAVE_DECL_STRCASECMP@
24 /* Define to 1 if you have the declaration of `_stricmp', and to 0 if you
25    don't. */
26 #define HAVE_DECL__STRICMP @HAVE_DECL__STRICMP@
29 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
30    don't. */
31 #define HAVE_DECL_STRNCASECMP @HAVE_DECL_STRNCASECMP@
33 /* Define to 1 if you have the declaration of `_strnicmp', and to 0 if you
34    don't. */
35 #define HAVE_DECL__STRNICMP @HAVE_DECL__STRNICMP@
38 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
39    don't. */
40 #define HAVE_DECL_SNPRINTF @HAVE_DECL_SNPRINTF@
42 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
43    don't. */
44 #define HAVE_DECL__SNPRINTF @HAVE_DECL__SNPRINTF@
47 /* use gmp to implement isl_int */
48 #cmakedefine USE_GMP_FOR_MP
50 /* use imath to implement isl_int */
51 #cmakedefine USE_IMATH_FOR_MP
53 /* Use small integer optimization */
54 #cmakedefine USE_SMALL_INT_OPT
56 #include <isl_config_post.h>