Mercurial > hg > sv-dependency-builds
comparison src/fftw-3.3.5/config.h.in @ 42:2cd0e3b3e1fd
Current fftw source
author | Chris Cannam |
---|---|
date | Tue, 18 Oct 2016 13:40:26 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
41:481f5f8c5634 | 42:2cd0e3b3e1fd |
---|---|
1 /* config.h.in. Generated from configure.ac by autoheader. */ | |
2 | |
3 /* Define if CNTVCT is 64 bits readable on armv7a */ | |
4 #undef ARMV7A_HAS_CNTCVT | |
5 | |
6 /* Define if CNTVCT_EL0 is 64 bits readable on armv8 */ | |
7 #undef ARMV8_HAS_CNTCVT_EL0 | |
8 | |
9 /* Define to compile in long-double precision. */ | |
10 #undef BENCHFFT_LDOUBLE | |
11 | |
12 /* Define to compile in quad precision. */ | |
13 #undef BENCHFFT_QUAD | |
14 | |
15 /* Define to compile in single precision. */ | |
16 #undef BENCHFFT_SINGLE | |
17 | |
18 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP | |
19 systems. This function is required for `alloca.c' support on those systems. | |
20 */ | |
21 #undef CRAY_STACKSEG_END | |
22 | |
23 /* Define to 1 if using `alloca.c'. */ | |
24 #undef C_ALLOCA | |
25 | |
26 /* Define to disable Fortran wrappers. */ | |
27 #undef DISABLE_FORTRAN | |
28 | |
29 /* Define to dummy `main' function (if any) required to link to the Fortran | |
30 libraries. */ | |
31 #undef F77_DUMMY_MAIN | |
32 | |
33 /* Define to a macro mangling the given C identifier (in lower and upper | |
34 case), which must not contain underscores, for linking with Fortran. */ | |
35 #undef F77_FUNC | |
36 | |
37 /* As F77_FUNC, but for C identifiers containing underscores. */ | |
38 #undef F77_FUNC_ | |
39 | |
40 /* Define if F77_FUNC and F77_FUNC_ are equivalent. */ | |
41 #undef F77_FUNC_EQUIV | |
42 | |
43 /* Define if F77 and FC dummy `main' functions are identical. */ | |
44 #undef FC_DUMMY_MAIN_EQ_F77 | |
45 | |
46 /* C compiler name and flags */ | |
47 #undef FFTW_CC | |
48 | |
49 /* Define to enable extra FFTW debugging code. */ | |
50 #undef FFTW_DEBUG | |
51 | |
52 /* Define to enable alignment debugging hacks. */ | |
53 #undef FFTW_DEBUG_ALIGNMENT | |
54 | |
55 /* Define to enable debugging malloc. */ | |
56 #undef FFTW_DEBUG_MALLOC | |
57 | |
58 /* Define to enable the use of alloca(). */ | |
59 #undef FFTW_ENABLE_ALLOCA | |
60 | |
61 /* Define to compile in long-double precision. */ | |
62 #undef FFTW_LDOUBLE | |
63 | |
64 /* Define to compile in quad precision. */ | |
65 #undef FFTW_QUAD | |
66 | |
67 /* Define to enable pseudorandom estimate planning for debugging. */ | |
68 #undef FFTW_RANDOM_ESTIMATOR | |
69 | |
70 /* Define to compile in single precision. */ | |
71 #undef FFTW_SINGLE | |
72 | |
73 /* Define to 1 if you have the `abort' function. */ | |
74 #undef HAVE_ABORT | |
75 | |
76 /* Define to 1 if you have `alloca', as a function or macro. */ | |
77 #undef HAVE_ALLOCA | |
78 | |
79 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). | |
80 */ | |
81 #undef HAVE_ALLOCA_H | |
82 | |
83 /* Define to enable Altivec optimizations. */ | |
84 #undef HAVE_ALTIVEC | |
85 | |
86 /* Define to 1 if you have the <altivec.h> header file. */ | |
87 #undef HAVE_ALTIVEC_H | |
88 | |
89 /* Define if you have enabled the cycle counter on ARMv8 */ | |
90 #undef HAVE_ARMV8CC | |
91 | |
92 /* Define to enable AVX optimizations. */ | |
93 #undef HAVE_AVX | |
94 | |
95 /* Define to enable AVX2 optimizations. */ | |
96 #undef HAVE_AVX2 | |
97 | |
98 /* Define to enable AVX512 optimizations. */ | |
99 #undef HAVE_AVX512 | |
100 | |
101 /* Define to enable 128-bit FMA AVX optimization */ | |
102 #undef HAVE_AVX_128_FMA | |
103 | |
104 /* Define to 1 if you have the `BSDgettimeofday' function. */ | |
105 #undef HAVE_BSDGETTIMEOFDAY | |
106 | |
107 /* Define to 1 if you have the `clock_gettime' function. */ | |
108 #undef HAVE_CLOCK_GETTIME | |
109 | |
110 /* Define to 1 if you have the `cosl' function. */ | |
111 #undef HAVE_COSL | |
112 | |
113 /* Define to 1 if you have the <c_asm.h> header file. */ | |
114 #undef HAVE_C_ASM_H | |
115 | |
116 /* Define to 1 if you have the declaration of `cosl', and to 0 if you don't. | |
117 */ | |
118 #undef HAVE_DECL_COSL | |
119 | |
120 /* Define to 1 if you have the declaration of `cosq', and to 0 if you don't. | |
121 */ | |
122 #undef HAVE_DECL_COSQ | |
123 | |
124 /* Define to 1 if you have the declaration of `drand48', and to 0 if you | |
125 don't. */ | |
126 #undef HAVE_DECL_DRAND48 | |
127 | |
128 /* Define to 1 if you have the declaration of `memalign', and to 0 if you | |
129 don't. */ | |
130 #undef HAVE_DECL_MEMALIGN | |
131 | |
132 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if | |
133 you don't. */ | |
134 #undef HAVE_DECL_POSIX_MEMALIGN | |
135 | |
136 /* Define to 1 if you have the declaration of `sinl', and to 0 if you don't. | |
137 */ | |
138 #undef HAVE_DECL_SINL | |
139 | |
140 /* Define to 1 if you have the declaration of `sinq', and to 0 if you don't. | |
141 */ | |
142 #undef HAVE_DECL_SINQ | |
143 | |
144 /* Define to 1 if you have the declaration of `srand48', and to 0 if you | |
145 don't. */ | |
146 #undef HAVE_DECL_SRAND48 | |
147 | |
148 /* Define to 1 if you have the <dlfcn.h> header file. */ | |
149 #undef HAVE_DLFCN_H | |
150 | |
151 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ | |
152 #undef HAVE_DOPRNT | |
153 | |
154 /* Define to 1 if you have the `drand48' function. */ | |
155 #undef HAVE_DRAND48 | |
156 | |
157 /* Define if you have a machine with fused multiply-add */ | |
158 #undef HAVE_FMA | |
159 | |
160 /* Define to enable generic (gcc) 128-bit SIMD optimizations. */ | |
161 #undef HAVE_GENERIC_SIMD128 | |
162 | |
163 /* Define to enable generic (gcc) 256-bit SIMD optimizations. */ | |
164 #undef HAVE_GENERIC_SIMD256 | |
165 | |
166 /* Define to 1 if you have the `gethrtime' function. */ | |
167 #undef HAVE_GETHRTIME | |
168 | |
169 /* Define to 1 if you have the `gettimeofday' function. */ | |
170 #undef HAVE_GETTIMEOFDAY | |
171 | |
172 /* Define to 1 if hrtime_t is defined in <sys/time.h> */ | |
173 #undef HAVE_HRTIME_T | |
174 | |
175 /* Define to 1 if you have the <intrinsics.h> header file. */ | |
176 #undef HAVE_INTRINSICS_H | |
177 | |
178 /* Define to 1 if you have the <inttypes.h> header file. */ | |
179 #undef HAVE_INTTYPES_H | |
180 | |
181 /* Define if the isnan() function/macro is available. */ | |
182 #undef HAVE_ISNAN | |
183 | |
184 /* Define to enable KCVI optimizations. */ | |
185 #undef HAVE_KCVI | |
186 | |
187 /* Define to 1 if you have the <libintl.h> header file. */ | |
188 #undef HAVE_LIBINTL_H | |
189 | |
190 /* Define to 1 if you have the `m' library (-lm). */ | |
191 #undef HAVE_LIBM | |
192 | |
193 /* Define to 1 if you have the `quadmath' library (-lquadmath). */ | |
194 #undef HAVE_LIBQUADMATH | |
195 | |
196 /* Define to 1 if you have the <limits.h> header file. */ | |
197 #undef HAVE_LIMITS_H | |
198 | |
199 /* Define to 1 if the compiler supports `long double' */ | |
200 #undef HAVE_LONG_DOUBLE | |
201 | |
202 /* Define to 1 if you have the `mach_absolute_time' function. */ | |
203 #undef HAVE_MACH_ABSOLUTE_TIME | |
204 | |
205 /* Define to 1 if you have the <mach/mach_time.h> header file. */ | |
206 #undef HAVE_MACH_MACH_TIME_H | |
207 | |
208 /* Define to 1 if you have the <malloc.h> header file. */ | |
209 #undef HAVE_MALLOC_H | |
210 | |
211 /* Define to 1 if you have the `memalign' function. */ | |
212 #undef HAVE_MEMALIGN | |
213 | |
214 /* Define to 1 if you have the <memory.h> header file. */ | |
215 #undef HAVE_MEMORY_H | |
216 | |
217 /* Define to 1 if you have the `memset' function. */ | |
218 #undef HAVE_MEMSET | |
219 | |
220 /* Define to enable use of MIPS ZBus cycle-counter. */ | |
221 #undef HAVE_MIPS_ZBUS_TIMER | |
222 | |
223 /* Define if you have the MPI library. */ | |
224 #undef HAVE_MPI | |
225 | |
226 /* Define to enable ARM NEON optimizations. */ | |
227 #undef HAVE_NEON | |
228 | |
229 /* Define if OpenMP is enabled */ | |
230 #undef HAVE_OPENMP | |
231 | |
232 /* Define to 1 if you have the `posix_memalign' function. */ | |
233 #undef HAVE_POSIX_MEMALIGN | |
234 | |
235 /* Define if you have POSIX threads libraries and header files. */ | |
236 #undef HAVE_PTHREAD | |
237 | |
238 /* Define to 1 if you have the `read_real_time' function. */ | |
239 #undef HAVE_READ_REAL_TIME | |
240 | |
241 /* Define to 1 if you have the `sinl' function. */ | |
242 #undef HAVE_SINL | |
243 | |
244 /* Define to 1 if you have the `snprintf' function. */ | |
245 #undef HAVE_SNPRINTF | |
246 | |
247 /* Define to 1 if you have the `sqrt' function. */ | |
248 #undef HAVE_SQRT | |
249 | |
250 /* Define to enable SSE/SSE2 optimizations. */ | |
251 #undef HAVE_SSE2 | |
252 | |
253 /* Define to 1 if you have the <stddef.h> header file. */ | |
254 #undef HAVE_STDDEF_H | |
255 | |
256 /* Define to 1 if you have the <stdint.h> header file. */ | |
257 #undef HAVE_STDINT_H | |
258 | |
259 /* Define to 1 if you have the <stdlib.h> header file. */ | |
260 #undef HAVE_STDLIB_H | |
261 | |
262 /* Define to 1 if you have the <strings.h> header file. */ | |
263 #undef HAVE_STRINGS_H | |
264 | |
265 /* Define to 1 if you have the <string.h> header file. */ | |
266 #undef HAVE_STRING_H | |
267 | |
268 /* Define to 1 if you have the `sysctl' function. */ | |
269 #undef HAVE_SYSCTL | |
270 | |
271 /* Define to 1 if you have the <sys/stat.h> header file. */ | |
272 #undef HAVE_SYS_STAT_H | |
273 | |
274 /* Define to 1 if you have the <sys/sysctl.h> header file. */ | |
275 #undef HAVE_SYS_SYSCTL_H | |
276 | |
277 /* Define to 1 if you have the <sys/time.h> header file. */ | |
278 #undef HAVE_SYS_TIME_H | |
279 | |
280 /* Define to 1 if you have the <sys/types.h> header file. */ | |
281 #undef HAVE_SYS_TYPES_H | |
282 | |
283 /* Define to 1 if you have the `tanl' function. */ | |
284 #undef HAVE_TANL | |
285 | |
286 /* Define if we have a threads library. */ | |
287 #undef HAVE_THREADS | |
288 | |
289 /* Define to 1 if you have the `time_base_to_time' function. */ | |
290 #undef HAVE_TIME_BASE_TO_TIME | |
291 | |
292 /* Define to 1 if the system has the type `uintptr_t'. */ | |
293 #undef HAVE_UINTPTR_T | |
294 | |
295 /* Define to 1 if you have the <unistd.h> header file. */ | |
296 #undef HAVE_UNISTD_H | |
297 | |
298 /* Define to 1 if you have the `vprintf' function. */ | |
299 #undef HAVE_VPRINTF | |
300 | |
301 /* Define to enable IBM VSX optimizations. */ | |
302 #undef HAVE_VSX | |
303 | |
304 /* Define to 1 if you have the `_mm_free' function. */ | |
305 #undef HAVE__MM_FREE | |
306 | |
307 /* Define to 1 if you have the `_mm_malloc' function. */ | |
308 #undef HAVE__MM_MALLOC | |
309 | |
310 /* Define if you have the UNICOS _rtc() intrinsic. */ | |
311 #undef HAVE__RTC | |
312 | |
313 /* Define to the sub-directory in which libtool stores uninstalled libraries. | |
314 */ | |
315 #undef LT_OBJDIR | |
316 | |
317 /* Name of package */ | |
318 #undef PACKAGE | |
319 | |
320 /* Define to the address where bug reports for this package should be sent. */ | |
321 #undef PACKAGE_BUGREPORT | |
322 | |
323 /* Define to the full name of this package. */ | |
324 #undef PACKAGE_NAME | |
325 | |
326 /* Define to the full name and version of this package. */ | |
327 #undef PACKAGE_STRING | |
328 | |
329 /* Define to the one symbol short name of this package. */ | |
330 #undef PACKAGE_TARNAME | |
331 | |
332 /* Define to the home page for this package. */ | |
333 #undef PACKAGE_URL | |
334 | |
335 /* Define to the version of this package. */ | |
336 #undef PACKAGE_VERSION | |
337 | |
338 /* Define to necessary symbol if this constant uses a non-standard name on | |
339 your system. */ | |
340 #undef PTHREAD_CREATE_JOINABLE | |
341 | |
342 /* The size of `double', as computed by sizeof. */ | |
343 #undef SIZEOF_DOUBLE | |
344 | |
345 /* The size of `fftw_r2r_kind', as computed by sizeof. */ | |
346 #undef SIZEOF_FFTW_R2R_KIND | |
347 | |
348 /* The size of `float', as computed by sizeof. */ | |
349 #undef SIZEOF_FLOAT | |
350 | |
351 /* The size of `int', as computed by sizeof. */ | |
352 #undef SIZEOF_INT | |
353 | |
354 /* The size of `long', as computed by sizeof. */ | |
355 #undef SIZEOF_LONG | |
356 | |
357 /* The size of `long long', as computed by sizeof. */ | |
358 #undef SIZEOF_LONG_LONG | |
359 | |
360 /* The size of `MPI_Fint', as computed by sizeof. */ | |
361 #undef SIZEOF_MPI_FINT | |
362 | |
363 /* The size of `ptrdiff_t', as computed by sizeof. */ | |
364 #undef SIZEOF_PTRDIFF_T | |
365 | |
366 /* The size of `size_t', as computed by sizeof. */ | |
367 #undef SIZEOF_SIZE_T | |
368 | |
369 /* The size of `unsigned int', as computed by sizeof. */ | |
370 #undef SIZEOF_UNSIGNED_INT | |
371 | |
372 /* The size of `unsigned long', as computed by sizeof. */ | |
373 #undef SIZEOF_UNSIGNED_LONG | |
374 | |
375 /* The size of `unsigned long long', as computed by sizeof. */ | |
376 #undef SIZEOF_UNSIGNED_LONG_LONG | |
377 | |
378 /* The size of `void *', as computed by sizeof. */ | |
379 #undef SIZEOF_VOID_P | |
380 | |
381 /* If using the C implementation of alloca, define if you know the | |
382 direction of stack growth for your system; otherwise it will be | |
383 automatically deduced at runtime. | |
384 STACK_DIRECTION > 0 => grows toward higher addresses | |
385 STACK_DIRECTION < 0 => grows toward lower addresses | |
386 STACK_DIRECTION = 0 => direction of growth unknown */ | |
387 #undef STACK_DIRECTION | |
388 | |
389 /* Define to 1 if you have the ANSI C header files. */ | |
390 #undef STDC_HEADERS | |
391 | |
392 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | |
393 #undef TIME_WITH_SYS_TIME | |
394 | |
395 /* Define if we have and are using POSIX threads. */ | |
396 #undef USING_POSIX_THREADS | |
397 | |
398 /* Version number of package */ | |
399 #undef VERSION | |
400 | |
401 /* Use common Windows Fortran mangling styles for the Fortran interfaces. */ | |
402 #undef WINDOWS_F77_MANGLING | |
403 | |
404 /* Include g77-compatible wrappers in addition to any other Fortran wrappers. | |
405 */ | |
406 #undef WITH_G77_WRAPPERS | |
407 | |
408 /* Use our own aligned malloc routine; mainly helpful for Windows systems | |
409 lacking aligned allocation system-library routines. */ | |
410 #undef WITH_OUR_MALLOC | |
411 | |
412 /* Use low-precision timers, making planner very slow */ | |
413 #undef WITH_SLOW_TIMER | |
414 | |
415 /* Define to empty if `const' does not conform to ANSI C. */ | |
416 #undef const | |
417 | |
418 /* Define to `__inline__' or `__inline' if that's what the C compiler | |
419 calls it, or to nothing if 'inline' is not supported under any name. */ | |
420 #ifndef __cplusplus | |
421 #undef inline | |
422 #endif | |
423 | |
424 /* Define to `unsigned int' if <sys/types.h> does not define. */ | |
425 #undef size_t |