config.h.in 5.1 KB

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