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