Chris@69: /* config.h.in. Generated from configure.ac by autoheader. */ Chris@69: Chris@69: /* Get CPU Info by asm method */ Chris@69: #undef CPU_INFO_BY_ASM Chris@69: Chris@69: /* Get CPU Info by c method */ Chris@69: #undef CPU_INFO_BY_C Chris@69: Chris@69: /* Custom modes */ Chris@69: #undef CUSTOM_MODES Chris@69: Chris@69: /* Do not build the float API */ Chris@69: #undef DISABLE_FLOAT_API Chris@69: Chris@69: /* Disable bitstream fixes from RFC 8251 */ Chris@69: #undef DISABLE_UPDATE_DRAFT Chris@69: Chris@69: /* Assertions */ Chris@69: #undef ENABLE_ASSERTIONS Chris@69: Chris@69: /* Hardening */ Chris@69: #undef ENABLE_HARDENING Chris@69: Chris@69: /* Debug fixed-point implementation */ Chris@69: #undef FIXED_DEBUG Chris@69: Chris@69: /* Compile as fixed-point (for machines without a fast enough FPU) */ Chris@69: #undef FIXED_POINT Chris@69: Chris@69: /* Float approximations */ Chris@69: #undef FLOAT_APPROX Chris@69: Chris@69: /* Fuzzing */ Chris@69: #undef FUZZING Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_ALLOCA_H Chris@69: Chris@69: /* NE10 library is installed on host. Make sure it is on target! */ Chris@69: #undef HAVE_ARM_NE10 Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_DLFCN_H Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_INTTYPES_H Chris@69: Chris@69: /* Define to 1 if you have the `lrint' function. */ Chris@69: #undef HAVE_LRINT Chris@69: Chris@69: /* Define to 1 if you have the `lrintf' function. */ Chris@69: #undef HAVE_LRINTF Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_MEMORY_H Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_STDINT_H Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_STDLIB_H Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_STRINGS_H Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_STRING_H Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_SYS_STAT_H Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_SYS_TYPES_H Chris@69: Chris@69: /* Define to 1 if you have the header file. */ Chris@69: #undef HAVE_UNISTD_H Chris@69: Chris@69: /* Define to 1 if you have the `__malloc_hook' function. */ Chris@69: #undef HAVE___MALLOC_HOOK Chris@69: Chris@69: /* Define to the sub-directory where libtool stores uninstalled libraries. */ Chris@69: #undef LT_OBJDIR Chris@69: Chris@69: /* Make use of ARM asm optimization */ Chris@69: #undef OPUS_ARM_ASM Chris@69: Chris@69: /* Use generic ARMv4 inline asm optimizations */ Chris@69: #undef OPUS_ARM_INLINE_ASM Chris@69: Chris@69: /* Use ARMv5E inline asm optimizations */ Chris@69: #undef OPUS_ARM_INLINE_EDSP Chris@69: Chris@69: /* Use ARMv6 inline asm optimizations */ Chris@69: #undef OPUS_ARM_INLINE_MEDIA Chris@69: Chris@69: /* Use ARM NEON inline asm optimizations */ Chris@69: #undef OPUS_ARM_INLINE_NEON Chris@69: Chris@69: /* Define if assembler supports EDSP instructions */ Chris@69: #undef OPUS_ARM_MAY_HAVE_EDSP Chris@69: Chris@69: /* Define if assembler supports ARMv6 media instructions */ Chris@69: #undef OPUS_ARM_MAY_HAVE_MEDIA Chris@69: Chris@69: /* Define if compiler supports NEON instructions */ Chris@69: #undef OPUS_ARM_MAY_HAVE_NEON Chris@69: Chris@69: /* Compiler supports ARMv7/Aarch64 Neon Intrinsics */ Chris@69: #undef OPUS_ARM_MAY_HAVE_NEON_INTR Chris@69: Chris@69: /* Define if binary requires Aarch64 Neon Intrinsics */ Chris@69: #undef OPUS_ARM_PRESUME_AARCH64_NEON_INTR Chris@69: Chris@69: /* Define if binary requires EDSP instruction support */ Chris@69: #undef OPUS_ARM_PRESUME_EDSP Chris@69: Chris@69: /* Define if binary requires ARMv6 media instruction support */ Chris@69: #undef OPUS_ARM_PRESUME_MEDIA Chris@69: Chris@69: /* Define if binary requires NEON instruction support */ Chris@69: #undef OPUS_ARM_PRESUME_NEON Chris@69: Chris@69: /* Define if binary requires NEON intrinsics support */ Chris@69: #undef OPUS_ARM_PRESUME_NEON_INTR Chris@69: Chris@69: /* This is a build of OPUS */ Chris@69: #undef OPUS_BUILD Chris@69: Chris@69: /* Run bit-exactness checks between optimized and c implementations */ Chris@69: #undef OPUS_CHECK_ASM Chris@69: Chris@69: /* Use run-time CPU capabilities detection */ Chris@69: #undef OPUS_HAVE_RTCD Chris@69: Chris@69: /* Compiler supports X86 AVX Intrinsics */ Chris@69: #undef OPUS_X86_MAY_HAVE_AVX Chris@69: Chris@69: /* Compiler supports X86 SSE Intrinsics */ Chris@69: #undef OPUS_X86_MAY_HAVE_SSE Chris@69: Chris@69: /* Compiler supports X86 SSE2 Intrinsics */ Chris@69: #undef OPUS_X86_MAY_HAVE_SSE2 Chris@69: Chris@69: /* Compiler supports X86 SSE4.1 Intrinsics */ Chris@69: #undef OPUS_X86_MAY_HAVE_SSE4_1 Chris@69: Chris@69: /* Define if binary requires AVX intrinsics support */ Chris@69: #undef OPUS_X86_PRESUME_AVX Chris@69: Chris@69: /* Define if binary requires SSE intrinsics support */ Chris@69: #undef OPUS_X86_PRESUME_SSE Chris@69: Chris@69: /* Define if binary requires SSE2 intrinsics support */ Chris@69: #undef OPUS_X86_PRESUME_SSE2 Chris@69: Chris@69: /* Define if binary requires SSE4.1 intrinsics support */ Chris@69: #undef OPUS_X86_PRESUME_SSE4_1 Chris@69: Chris@69: /* Define to the address where bug reports for this package should be sent. */ Chris@69: #undef PACKAGE_BUGREPORT Chris@69: Chris@69: /* Define to the full name of this package. */ Chris@69: #undef PACKAGE_NAME Chris@69: Chris@69: /* Define to the full name and version of this package. */ Chris@69: #undef PACKAGE_STRING Chris@69: Chris@69: /* Define to the one symbol short name of this package. */ Chris@69: #undef PACKAGE_TARNAME Chris@69: Chris@69: /* Define to the home page for this package. */ Chris@69: #undef PACKAGE_URL Chris@69: Chris@69: /* Define to the version of this package. */ Chris@69: #undef PACKAGE_VERSION Chris@69: Chris@69: /* Define to 1 if you have the ANSI C header files. */ Chris@69: #undef STDC_HEADERS Chris@69: Chris@69: /* Make use of alloca */ Chris@69: #undef USE_ALLOCA Chris@69: Chris@69: /* Use C99 variable-size arrays */ Chris@69: #undef VAR_ARRAYS Chris@69: Chris@69: /* Define to empty if `const' does not conform to ANSI C. */ Chris@69: #undef const Chris@69: Chris@69: /* Define to `__inline__' or `__inline' if that's what the C compiler Chris@69: calls it, or to nothing if 'inline' is not supported under any name. */ Chris@69: #ifndef __cplusplus Chris@69: #undef inline Chris@69: #endif Chris@69: Chris@69: /* Define to the equivalent of the C99 'restrict' keyword, or to Chris@69: nothing if this is not supported. Do not define if restrict is Chris@69: supported directly. */ Chris@69: #undef restrict Chris@69: /* Work around a bug in Sun C++: it does not support _Restrict or Chris@69: __restrict__, even though the corresponding Sun C compiler ends up with Chris@69: "#define restrict _Restrict" or "#define restrict __restrict__" in the Chris@69: previous line. Perhaps some future version of Sun C++ will work with Chris@69: restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ Chris@69: #if defined __SUNPRO_CC && !defined __RESTRICT Chris@69: # define _Restrict Chris@69: # define __restrict__ Chris@69: #endif