config.h 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Get CPU Info by asm method */
  4. /* #undef CPU_INFO_BY_ASM */
  5. /* Get CPU Info by c method */
  6. /* #undef CPU_INFO_BY_C */
  7. /* Custom modes */
  8. /* #undef CUSTOM_MODES */
  9. /* Do not build the float API */
  10. /* #undef DISABLE_FLOAT_API */
  11. /* Assertions */
  12. /* #undef ENABLE_ASSERTIONS */
  13. /* Debug fixed-point implementation */
  14. /* #undef FIXED_DEBUG */
  15. /* Compile as fixed-point (for machines without a fast enough FPU) */
  16. /* #undef FIXED_POINT */
  17. /* Float approximations */
  18. /* #undef FLOAT_APPROX */
  19. /* Fuzzing */
  20. /* #undef FUZZING */
  21. /* Define to 1 if you have the <alloca.h> header file. */
  22. /* #undef HAVE_ALLOCA_H */
  23. /* NE10 library is installed on host. Make sure it is on target! */
  24. /* #undef HAVE_ARM_NE10 */
  25. /* Define to 1 if you have the <dlfcn.h> header file. */
  26. #define HAVE_DLFCN_H 1
  27. /* Define to 1 if you have the <inttypes.h> header file. */
  28. #define HAVE_INTTYPES_H 1
  29. /* Define to 1 if you have the `lrint' function. */
  30. #define HAVE_LRINT 1
  31. /* Define to 1 if you have the `lrintf' function. */
  32. #define HAVE_LRINTF 1
  33. /* Define to 1 if you have the <memory.h> header file. */
  34. #define HAVE_MEMORY_H 1
  35. /* Define to 1 if you have the <stdint.h> header file. */
  36. #define HAVE_STDINT_H 1
  37. /* Define to 1 if you have the <stdlib.h> header file. */
  38. #define HAVE_STDLIB_H 1
  39. /* Define to 1 if you have the <strings.h> header file. */
  40. #define HAVE_STRINGS_H 1
  41. /* Define to 1 if you have the <string.h> header file. */
  42. #define HAVE_STRING_H 1
  43. /* Define to 1 if you have the <sys/stat.h> header file. */
  44. #define HAVE_SYS_STAT_H 1
  45. /* Define to 1 if you have the <sys/types.h> header file. */
  46. #define HAVE_SYS_TYPES_H 1
  47. /* Define to 1 if you have the <unistd.h> header file. */
  48. #define HAVE_UNISTD_H 1
  49. /* Define to 1 if you have the `__malloc_hook' function. */
  50. /* #undef HAVE___MALLOC_HOOK */
  51. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  52. */
  53. #define LT_OBJDIR ".libs/"
  54. /* Make use of ARM asm optimization */
  55. /* #undef OPUS_ARM_ASM */
  56. /* Use generic ARMv4 inline asm optimizations */
  57. /* #undef OPUS_ARM_INLINE_ASM */
  58. /* Use ARMv5E inline asm optimizations */
  59. /* #undef OPUS_ARM_INLINE_EDSP */
  60. /* Use ARMv6 inline asm optimizations */
  61. /* #undef OPUS_ARM_INLINE_MEDIA */
  62. /* Use ARM NEON inline asm optimizations */
  63. /* #undef OPUS_ARM_INLINE_NEON */
  64. /* Define if assembler supports EDSP instructions */
  65. /* #undef OPUS_ARM_MAY_HAVE_EDSP */
  66. /* Define if assembler supports ARMv6 media instructions */
  67. /* #undef OPUS_ARM_MAY_HAVE_MEDIA */
  68. /* Define if compiler supports NEON instructions */
  69. /* #undef OPUS_ARM_MAY_HAVE_NEON */
  70. /* Compiler supports ARMv7 Neon Intrinsics */
  71. /* #undef OPUS_ARM_MAY_HAVE_NEON_INTR */
  72. /* Define if binary requires EDSP instruction support */
  73. /* #undef OPUS_ARM_PRESUME_EDSP */
  74. /* Define if binary requires ARMv6 media instruction support */
  75. /* #undef OPUS_ARM_PRESUME_MEDIA */
  76. /* Define if binary requires NEON instruction support */
  77. /* #undef OPUS_ARM_PRESUME_NEON */
  78. /* Define if binary requires NEON intrinsics support */
  79. /* #undef OPUS_ARM_PRESUME_NEON_INTR */
  80. /* This is a build of OPUS */
  81. #define OPUS_BUILD /**/
  82. /* Use run-time CPU capabilities detection */
  83. /* #undef OPUS_HAVE_RTCD */
  84. /* Compiler supports X86 AVX Intrinsics */
  85. /* #undef OPUS_X86_MAY_HAVE_AVX */
  86. /* Compiler supports X86 SSE Intrinsics */
  87. /* #undef OPUS_X86_MAY_HAVE_SSE */
  88. /* Compiler supports X86 SSE2 Intrinsics */
  89. /* #undef OPUS_X86_MAY_HAVE_SSE2 */
  90. /* Compiler supports X86 SSE4.1 Intrinsics */
  91. /* #undef OPUS_X86_MAY_HAVE_SSE4_1 */
  92. /* Define if binary requires AVX intrinsics support */
  93. /* #undef OPUS_X86_PRESUME_AVX */
  94. /* Define if binary requires SSE intrinsics support */
  95. /* #undef OPUS_X86_PRESUME_SSE */
  96. /* Define if binary requires SSE2 intrinsics support */
  97. /* #undef OPUS_X86_PRESUME_SSE2 */
  98. /* Define if binary requires SSE4.1 intrinsics support */
  99. /* #undef OPUS_X86_PRESUME_SSE4_1 */
  100. /* Define to the address where bug reports for this package should be sent. */
  101. #define PACKAGE_BUGREPORT "opus@xiph.org"
  102. /* Define to the full name of this package. */
  103. #define PACKAGE_NAME "opus"
  104. /* Define to the full name and version of this package. */
  105. #define PACKAGE_STRING "opus 1.1.2"
  106. /* Define to the one symbol short name of this package. */
  107. #define PACKAGE_TARNAME "opus"
  108. /* Define to the home page for this package. */
  109. #define PACKAGE_URL ""
  110. /* Define to the version of this package. */
  111. #define PACKAGE_VERSION "1.1.2"
  112. /* Define to 1 if you have the ANSI C header files. */
  113. #define STDC_HEADERS 1
  114. /* Make use of alloca */
  115. /* #undef USE_ALLOCA */
  116. /* Use C99 variable-size arrays */
  117. #define VAR_ARRAYS 1
  118. /* Define to empty if `const' does not conform to ANSI C. */
  119. /* #undef const */
  120. /* Define to `__inline__' or `__inline' if that's what the C compiler
  121. calls it, or to nothing if 'inline' is not supported under any name. */
  122. #ifndef __cplusplus
  123. /* #undef inline */
  124. #endif
  125. /* Define to the equivalent of the C99 'restrict' keyword, or to
  126. nothing if this is not supported. Do not define if restrict is
  127. supported directly. */
  128. #define restrict __restrict
  129. /* Work around a bug in Sun C++: it does not support _Restrict or
  130. __restrict__, even though the corresponding Sun C compiler ends up with
  131. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  132. previous line. Perhaps some future version of Sun C++ will work with
  133. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  134. #if defined __SUNPRO_CC && !defined __RESTRICT
  135. # define _Restrict
  136. # define __restrict__
  137. #endif