sox_ng/cmake-buildsetup/templates/libfftw-config.h_(cmake)
2026-04-19 23:23:38 +02:00

462 lines
14 KiB
Text

/*
* libFFTW configuration file generated by CMake
*/
#ifndef LIBFFTW_CONFIG_INCLUDED
#define LIBFFTW_CONFIG_INCLUDED
/*========================================*/
/* define if the machine architecture "naturally" prefers fused
multiply-add instructions */
#cmakedefine ARCH_PREFERS_FMA 1
/* 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 one of `_getb67', `GETB67', `getb67' for Cray-2 and
Cray-YMP systems. This function is required for `alloca.c' support
on those systems. */
#cmakedefine CRAY_STACKSEG_END 0
/* define to 1 if using `alloca.c'. */
#cmakedefine C_ALLOCA 1
/* 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. */
#cmakedefine 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 CNTVCT cycle counter on ARMv7a */
#cmakedefine HAVE_ARMV7A_CNTVCT 1
/* define if you have enabled the PMCCNTR cycle counter on ARMv7a */
#cmakedefine HAVE_ARMV7A_PMCCNTR 1
/* define if you have enabled the CNTVCT_EL0 cycle counter on ARMv8 */
#cmakedefine HAVE_ARMV8_CNTVCT_EL0 1
/* define if you have enabled the PMCCNTR_EL0 cycle counter on
* ARMv8 */
#cmakedefine HAVE_ARMV8_PMCCNTR_EL0 1
/* define to enable AVX optimizations. */
#cmakedefine HAVE_AVX 1
/* define to enable AVX2 optimizations. */
#cmakedefine HAVE_AVX2 1
/* define to enable AVX512 optimizations. */
#cmakedefine HAVE_AVX512 1
/* define to enable 128-bit FMA AVX optimization */
#cmakedefine HAVE_AVX_128_FMA 1
/* define to 1 if you have the `BSDgettimeofday' function. */
#cmakedefine HAVE_BSDGETTIMEOFDAY 1
/* 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.' */
#cmakedefine HAVE_DOPRNT 1
/* define to 1 if you have the `drand48' function. */
#cmakedefine HAVE_DRAND48 1
/* define to 1 if you have the <fcntl.h> header file. */
#cmakedefine HAVE_FCNTL_H 1
/* define to 1 if you have the <fenv.h> header file. */
#cmakedefine HAVE_FENV_H 1
/* define to enable generic (gcc) 128-bit SIMD optimizations. */
#cmakedefine HAVE_GENERIC_SIMD128 1
/* define to enable generic (gcc) 256-bit SIMD optimizations. */
#cmakedefine HAVE_GENERIC_SIMD256 1
/* define to 1 if you have the `gethrtime' function. */
#cmakedefine HAVE_GETHRTIME 1
/* 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> */
#cmakedefine HAVE_HRTIME_T 1
/* 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. */
#cmakedefine HAVE_KCVI 1
/* define to 1 if you have the `m' library (-lm). */
#cmakedefine HAVE_LIBM 1
/* define to 1 if you have the `quadmath' library (-lquadmath). */
#cmakedefine HAVE_LIBQUADMATH 1
/* 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' */
#cmakedefine 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. */
#cmakedefine 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 */
#undef 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. */
#cmakedefine HAVE_PTHREAD 1
/* define to 1 if the system has the type `ptrdiff_t'. */
#cmakedefine HAVE_PTRDIFF_T 1
/* define to 1 if you have the `read_real_time' function. */
#cmakedefine HAVE_READ_REAL_TIME 1
/* 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. */
#cmakedefine 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. */
#cmakedefine HAVE_STRCHR 1
/* define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H 1
/* define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_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. */
#cmakedefine HAVE_TANL 1
/* define if we have a threads library. */
#cmakedefine HAVE_THREADS 1
/* define to 1 if you have the `time_base_to_time' function. */
#cmakedefine HAVE_TIME_BASE_TO_TIME 1
/* define to 1 if the system has the type `uintptr_t'. */
#cmakedefine 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. */
#cmakedefine HAVE_VPRINTF 1
/* define to enable IBM VSX optimizations. */
#cmakedefine HAVE_VSX 1
/* define to 1 if you have the `_mm_free' function. */
#cmakedefine HAVE__MM_FREE 1
/* define to 1 if you have the `_mm_malloc' function. */
#cmakedefine HAVE__MM_MALLOC 1
/* define if you have the UNICOS _rtc() intrinsic. */
#cmakedefine HAVE__RTC 1
/* define to the sub-directory where libtool stores uninstalled
* libraries. */
#cmakedefine LT_OBJDIR ".libs/"
/* define the name of the package */
#cmakedefine PACKAGE "@PACKAGE@"
/* define to the address where bug reports for this package should be
* sent */
#cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
/* define to the full name of this package */
#cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
/* define to the full name and version of this package */
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
/* define to the one symbol short name of this package */
#cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"
/* define to the version of this package. */
#cmakedefine PACKAGE_VERSION "@PACKAGE_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. */
#cmakedefine SIZEOF_DOUBLE @SIZEOF_DOUBLE@
/* the size of `fftw_r2r_kind', as computed by sizeof. */
#define SIZEOF_FFTW_R2R_KIND @SIZEOF_INT@
/* the size of `float', as computed by sizeof. */
#cmakedefine SIZEOF_FLOAT @SIZEOF_FLOAT@
/* the size of `int', as computed by sizeof. */
#cmakedefine SIZEOF_INT @SIZEOF_INT@
/* the size of `long', as computed by sizeof. */
#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
/* the size of `long long', as computed by sizeof. */
#cmakedefine 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. */
#cmakedefine SIZEOF_PTRDIFF_T @SIZEOF_PTRDIFF_T@
/* the size of `size_t', as computed by sizeof. */
#cmakedefine SIZEOF_SIZE_T @SIZEOF_SIZE_T@
/* the size of `unsigned int', as computed by sizeof. */
#cmakedefine SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@
/* the size of `unsigned long', as computed by sizeof. */
#cmakedefine SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
/* the size of `unsigned long long', as computed by sizeof. */
#cmakedefine SIZEOF_UNSIGNED_LONG_LONG @SIZEOF_UNSIGNED_LONG_LONG@
/* the size of `void *', as computed by sizeof. */
#cmakedefine SIZEOF_VOID_P @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. */
#cmakedefine 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 */
#cmakedefine VERSION "@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 for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT32_T
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT64_T
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* Define to the type of an unsigned integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it. */
#undef uint32_t
/* Define to the type of an unsigned integer type of width exactly 64 bits if
such a type exists and the standard includes do not define it. */
#undef uint64_t
/*------------------------------------------------------------*/
/* if there is no sys/time, but a gettimeofday function, provide some
* prototype */
#if defined(HAVE_GETTIMEOFDAY) && !defined(HAVE_SYS_TIME_H)
int gettimeofday (void* tv, void* tz);
#endif
/* if there is no sys/string.h, but a memcpy function, provide some
* prototype */
#if !defined(HAVE_SYS_STRING_H) && !defined(memcpy)
void* memcpy (void* dest, const void* src, unsigned long count);
#endif
/*========================================*/
#endif /* LIBFFTW_CONFIG_INCLUDED */