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