Use tree_vector_builder::new_unary_operation for folding
[official-gcc.git] / libatomic / auto-config.h.in
blobab3424a759eae8c5fba17957baeac2ed8397de44
1 /* auto-config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* Have __atomic_compare_exchange for 1 byte integers. */
7 #undef HAVE_ATOMIC_CAS_1
9 /* Have __atomic_compare_exchange for 16 byte integers. */
10 #undef HAVE_ATOMIC_CAS_16
12 /* Have __atomic_compare_exchange for 2 byte integers. */
13 #undef HAVE_ATOMIC_CAS_2
15 /* Have __atomic_compare_exchange for 4 byte integers. */
16 #undef HAVE_ATOMIC_CAS_4
18 /* Have __atomic_compare_exchange for 8 byte integers. */
19 #undef HAVE_ATOMIC_CAS_8
21 /* Have __atomic_exchange for 1 byte integers. */
22 #undef HAVE_ATOMIC_EXCHANGE_1
24 /* Have __atomic_exchange for 16 byte integers. */
25 #undef HAVE_ATOMIC_EXCHANGE_16
27 /* Have __atomic_exchange for 2 byte integers. */
28 #undef HAVE_ATOMIC_EXCHANGE_2
30 /* Have __atomic_exchange for 4 byte integers. */
31 #undef HAVE_ATOMIC_EXCHANGE_4
33 /* Have __atomic_exchange for 8 byte integers. */
34 #undef HAVE_ATOMIC_EXCHANGE_8
36 /* Have __atomic_fetch_add for 1 byte integers. */
37 #undef HAVE_ATOMIC_FETCH_ADD_1
39 /* Have __atomic_fetch_add for 16 byte integers. */
40 #undef HAVE_ATOMIC_FETCH_ADD_16
42 /* Have __atomic_fetch_add for 2 byte integers. */
43 #undef HAVE_ATOMIC_FETCH_ADD_2
45 /* Have __atomic_fetch_add for 4 byte integers. */
46 #undef HAVE_ATOMIC_FETCH_ADD_4
48 /* Have __atomic_fetch_add for 8 byte integers. */
49 #undef HAVE_ATOMIC_FETCH_ADD_8
51 /* Have __atomic_fetch_op for all op for 1 byte integers. */
52 #undef HAVE_ATOMIC_FETCH_OP_1
54 /* Have __atomic_fetch_op for all op for 16 byte integers. */
55 #undef HAVE_ATOMIC_FETCH_OP_16
57 /* Have __atomic_fetch_op for all op for 2 byte integers. */
58 #undef HAVE_ATOMIC_FETCH_OP_2
60 /* Have __atomic_fetch_op for all op for 4 byte integers. */
61 #undef HAVE_ATOMIC_FETCH_OP_4
63 /* Have __atomic_fetch_op for all op for 8 byte integers. */
64 #undef HAVE_ATOMIC_FETCH_OP_8
66 /* Have __atomic_load/store for 1 byte integers. */
67 #undef HAVE_ATOMIC_LDST_1
69 /* Have __atomic_load/store for 16 byte integers. */
70 #undef HAVE_ATOMIC_LDST_16
72 /* Have __atomic_load/store for 2 byte integers. */
73 #undef HAVE_ATOMIC_LDST_2
75 /* Have __atomic_load/store for 4 byte integers. */
76 #undef HAVE_ATOMIC_LDST_4
78 /* Have __atomic_load/store for 8 byte integers. */
79 #undef HAVE_ATOMIC_LDST_8
81 /* Have __atomic_test_and_set for 1 byte integers. */
82 #undef HAVE_ATOMIC_TAS_1
84 /* Have __atomic_test_and_set for 16 byte integers. */
85 #undef HAVE_ATOMIC_TAS_16
87 /* Have __atomic_test_and_set for 2 byte integers. */
88 #undef HAVE_ATOMIC_TAS_2
90 /* Have __atomic_test_and_set for 4 byte integers. */
91 #undef HAVE_ATOMIC_TAS_4
93 /* Have __atomic_test_and_set for 8 byte integers. */
94 #undef HAVE_ATOMIC_TAS_8
96 /* Define to 1 if the target supports __attribute__((alias(...))). */
97 #undef HAVE_ATTRIBUTE_ALIAS
99 /* Define to 1 if the target supports __attribute__((dllexport)). */
100 #undef HAVE_ATTRIBUTE_DLLEXPORT
102 /* Define to 1 if the target supports __attribute__((visibility(...))). */
103 #undef HAVE_ATTRIBUTE_VISIBILITY
105 /* Define to 1 if you have the <dlfcn.h> header file. */
106 #undef HAVE_DLFCN_H
108 /* Define to 1 if you have the <fenv.h> header file. */
109 #undef HAVE_FENV_H
111 /* Define to 1 if the target supports __attribute__((ifunc(...))). */
112 #undef HAVE_IFUNC
114 /* Have support for 1 byte integers. */
115 #undef HAVE_INT1
117 /* Have support for 16 byte integers. */
118 #undef HAVE_INT16
120 /* Have support for 2 byte integers. */
121 #undef HAVE_INT2
123 /* Have support for 4 byte integers. */
124 #undef HAVE_INT4
126 /* Have support for 8 byte integers. */
127 #undef HAVE_INT8
129 /* Define to 1 if you have the <inttypes.h> header file. */
130 #undef HAVE_INTTYPES_H
132 /* Define to 1 if you have the <memory.h> header file. */
133 #undef HAVE_MEMORY_H
135 /* Define to 1 if you have the <stdint.h> header file. */
136 #undef HAVE_STDINT_H
138 /* Define to 1 if you have the <stdlib.h> header file. */
139 #undef HAVE_STDLIB_H
141 /* Define to 1 if you have the <strings.h> header file. */
142 #undef HAVE_STRINGS_H
144 /* Define to 1 if you have the <string.h> header file. */
145 #undef HAVE_STRING_H
147 /* Define to 1 if you have the <sys/stat.h> header file. */
148 #undef HAVE_SYS_STAT_H
150 /* Define to 1 if you have the <sys/types.h> header file. */
151 #undef HAVE_SYS_TYPES_H
153 /* Define to 1 if you have the <unistd.h> header file. */
154 #undef HAVE_UNISTD_H
156 /* Define ifunc resolver function argument. */
157 #undef IFUNC_RESOLVER_ARGS
159 /* Define to 1 if GNU symbol versioning is used for libatomic. */
160 #undef LIBAT_GNU_SYMBOL_VERSIONING
162 /* Define to the sub-directory in which libtool stores uninstalled libraries.
164 #undef LT_OBJDIR
166 /* Name of package */
167 #undef PACKAGE
169 /* Define to the address where bug reports for this package should be sent. */
170 #undef PACKAGE_BUGREPORT
172 /* Define to the full name of this package. */
173 #undef PACKAGE_NAME
175 /* Define to the full name and version of this package. */
176 #undef PACKAGE_STRING
178 /* Define to the one symbol short name of this package. */
179 #undef PACKAGE_TARNAME
181 /* Define to the home page for this package. */
182 #undef PACKAGE_URL
184 /* Define to the version of this package. */
185 #undef PACKAGE_VERSION
187 /* The size of `char', as computed by sizeof. */
188 #undef SIZEOF_CHAR
190 /* The size of `int', as computed by sizeof. */
191 #undef SIZEOF_INT
193 /* The size of `long', as computed by sizeof. */
194 #undef SIZEOF_LONG
196 /* The size of `short', as computed by sizeof. */
197 #undef SIZEOF_SHORT
199 /* The size of `void *', as computed by sizeof. */
200 #undef SIZEOF_VOID_P
202 /* Define to 1 if you have the ANSI C header files. */
203 #undef STDC_HEADERS
205 /* Define if you can safely include both <string.h> and <strings.h>. */
206 #undef STRING_WITH_STRINGS
208 /* Version number of package */
209 #undef VERSION
211 /* The word size in bytes of the machine. */
212 #undef WORDSIZE
214 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
215 significant byte first (like Motorola and SPARC, unlike Intel). */
216 #if defined AC_APPLE_UNIVERSAL_BUILD
217 # if defined __BIG_ENDIAN__
218 # define WORDS_BIGENDIAN 1
219 # endif
220 #else
221 # ifndef WORDS_BIGENDIAN
222 # undef WORDS_BIGENDIAN
223 # endif
224 #endif
226 #define MAYBE_HAVE_ATOMIC_LDST_1 HAVE_ATOMIC_LDST_1
228 #define FAST_ATOMIC_LDST_16 HAVE_ATOMIC_LDST_16
230 #define MAYBE_HAVE_ATOMIC_TAS_1 HAVE_ATOMIC_TAS_1
232 #define MAYBE_HAVE_ATOMIC_TAS_2 HAVE_ATOMIC_TAS_2
234 #define MAYBE_HAVE_ATOMIC_TAS_4 HAVE_ATOMIC_TAS_4
236 #define MAYBE_HAVE_ATOMIC_TAS_8 HAVE_ATOMIC_TAS_8
238 #define MAYBE_HAVE_ATOMIC_TAS_16 HAVE_ATOMIC_TAS_16
240 #define MAYBE_HAVE_ATOMIC_EXCHANGE_1 HAVE_ATOMIC_EXCHANGE_1
242 #define MAYBE_HAVE_ATOMIC_EXCHANGE_2 HAVE_ATOMIC_EXCHANGE_2
244 #define MAYBE_HAVE_ATOMIC_EXCHANGE_4 HAVE_ATOMIC_EXCHANGE_4
246 #define MAYBE_HAVE_ATOMIC_EXCHANGE_8 HAVE_ATOMIC_EXCHANGE_8
248 #define FAST_ATOMIC_LDST_1 HAVE_ATOMIC_LDST_1
250 #define MAYBE_HAVE_ATOMIC_EXCHANGE_16 HAVE_ATOMIC_EXCHANGE_16
252 #define MAYBE_HAVE_ATOMIC_CAS_1 HAVE_ATOMIC_CAS_1
254 #define MAYBE_HAVE_ATOMIC_CAS_2 HAVE_ATOMIC_CAS_2
256 #define MAYBE_HAVE_ATOMIC_CAS_4 HAVE_ATOMIC_CAS_4
258 #define MAYBE_HAVE_ATOMIC_CAS_8 HAVE_ATOMIC_CAS_8
260 #define MAYBE_HAVE_ATOMIC_CAS_16 HAVE_ATOMIC_CAS_16
262 #define MAYBE_HAVE_ATOMIC_FETCH_ADD_1 HAVE_ATOMIC_FETCH_ADD_1
264 #define MAYBE_HAVE_ATOMIC_FETCH_ADD_2 HAVE_ATOMIC_FETCH_ADD_2
266 #define MAYBE_HAVE_ATOMIC_FETCH_ADD_4 HAVE_ATOMIC_FETCH_ADD_4
268 #define MAYBE_HAVE_ATOMIC_FETCH_ADD_8 HAVE_ATOMIC_FETCH_ADD_8
270 #define MAYBE_HAVE_ATOMIC_LDST_2 HAVE_ATOMIC_LDST_2
272 #define MAYBE_HAVE_ATOMIC_FETCH_ADD_16 HAVE_ATOMIC_FETCH_ADD_16
274 #define MAYBE_HAVE_ATOMIC_FETCH_OP_1 HAVE_ATOMIC_FETCH_OP_1
276 #define MAYBE_HAVE_ATOMIC_FETCH_OP_2 HAVE_ATOMIC_FETCH_OP_2
278 #define MAYBE_HAVE_ATOMIC_FETCH_OP_4 HAVE_ATOMIC_FETCH_OP_4
280 #define MAYBE_HAVE_ATOMIC_FETCH_OP_8 HAVE_ATOMIC_FETCH_OP_8
282 #define MAYBE_HAVE_ATOMIC_FETCH_OP_16 HAVE_ATOMIC_FETCH_OP_16
284 #ifndef WORDS_BIGENDIAN
285 #define WORDS_BIGENDIAN 0
286 #endif
288 #define FAST_ATOMIC_LDST_2 HAVE_ATOMIC_LDST_2
290 #define MAYBE_HAVE_ATOMIC_LDST_4 HAVE_ATOMIC_LDST_4
292 #define FAST_ATOMIC_LDST_4 HAVE_ATOMIC_LDST_4
294 #define MAYBE_HAVE_ATOMIC_LDST_8 HAVE_ATOMIC_LDST_8
296 #define FAST_ATOMIC_LDST_8 HAVE_ATOMIC_LDST_8
298 #define MAYBE_HAVE_ATOMIC_LDST_16 HAVE_ATOMIC_LDST_16