annotate src/opus-1.3/config.h.in @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 4664ac0c1032
children
rev   line source
cannam@154 1 /* config.h.in. Generated from configure.ac by autoheader. */
cannam@154 2
cannam@154 3 /* Get CPU Info by asm method */
cannam@154 4 #undef CPU_INFO_BY_ASM
cannam@154 5
cannam@154 6 /* Get CPU Info by c method */
cannam@154 7 #undef CPU_INFO_BY_C
cannam@154 8
cannam@154 9 /* Custom modes */
cannam@154 10 #undef CUSTOM_MODES
cannam@154 11
cannam@154 12 /* Do not build the float API */
cannam@154 13 #undef DISABLE_FLOAT_API
cannam@154 14
cannam@154 15 /* Disable bitstream fixes from RFC 8251 */
cannam@154 16 #undef DISABLE_UPDATE_DRAFT
cannam@154 17
cannam@154 18 /* Assertions */
cannam@154 19 #undef ENABLE_ASSERTIONS
cannam@154 20
cannam@154 21 /* Hardening */
cannam@154 22 #undef ENABLE_HARDENING
cannam@154 23
cannam@154 24 /* Debug fixed-point implementation */
cannam@154 25 #undef FIXED_DEBUG
cannam@154 26
cannam@154 27 /* Compile as fixed-point (for machines without a fast enough FPU) */
cannam@154 28 #undef FIXED_POINT
cannam@154 29
cannam@154 30 /* Float approximations */
cannam@154 31 #undef FLOAT_APPROX
cannam@154 32
cannam@154 33 /* Fuzzing */
cannam@154 34 #undef FUZZING
cannam@154 35
cannam@154 36 /* Define to 1 if you have the <alloca.h> header file. */
cannam@154 37 #undef HAVE_ALLOCA_H
cannam@154 38
cannam@154 39 /* NE10 library is installed on host. Make sure it is on target! */
cannam@154 40 #undef HAVE_ARM_NE10
cannam@154 41
cannam@154 42 /* Define to 1 if you have the <dlfcn.h> header file. */
cannam@154 43 #undef HAVE_DLFCN_H
cannam@154 44
cannam@154 45 /* Define to 1 if you have the <inttypes.h> header file. */
cannam@154 46 #undef HAVE_INTTYPES_H
cannam@154 47
cannam@154 48 /* Define to 1 if you have the `lrint' function. */
cannam@154 49 #undef HAVE_LRINT
cannam@154 50
cannam@154 51 /* Define to 1 if you have the `lrintf' function. */
cannam@154 52 #undef HAVE_LRINTF
cannam@154 53
cannam@154 54 /* Define to 1 if you have the <memory.h> header file. */
cannam@154 55 #undef HAVE_MEMORY_H
cannam@154 56
cannam@154 57 /* Define to 1 if you have the <stdint.h> header file. */
cannam@154 58 #undef HAVE_STDINT_H
cannam@154 59
cannam@154 60 /* Define to 1 if you have the <stdlib.h> header file. */
cannam@154 61 #undef HAVE_STDLIB_H
cannam@154 62
cannam@154 63 /* Define to 1 if you have the <strings.h> header file. */
cannam@154 64 #undef HAVE_STRINGS_H
cannam@154 65
cannam@154 66 /* Define to 1 if you have the <string.h> header file. */
cannam@154 67 #undef HAVE_STRING_H
cannam@154 68
cannam@154 69 /* Define to 1 if you have the <sys/stat.h> header file. */
cannam@154 70 #undef HAVE_SYS_STAT_H
cannam@154 71
cannam@154 72 /* Define to 1 if you have the <sys/types.h> header file. */
cannam@154 73 #undef HAVE_SYS_TYPES_H
cannam@154 74
cannam@154 75 /* Define to 1 if you have the <unistd.h> header file. */
cannam@154 76 #undef HAVE_UNISTD_H
cannam@154 77
cannam@154 78 /* Define to 1 if you have the `__malloc_hook' function. */
cannam@154 79 #undef HAVE___MALLOC_HOOK
cannam@154 80
cannam@154 81 /* Define to the sub-directory where libtool stores uninstalled libraries. */
cannam@154 82 #undef LT_OBJDIR
cannam@154 83
cannam@154 84 /* Make use of ARM asm optimization */
cannam@154 85 #undef OPUS_ARM_ASM
cannam@154 86
cannam@154 87 /* Use generic ARMv4 inline asm optimizations */
cannam@154 88 #undef OPUS_ARM_INLINE_ASM
cannam@154 89
cannam@154 90 /* Use ARMv5E inline asm optimizations */
cannam@154 91 #undef OPUS_ARM_INLINE_EDSP
cannam@154 92
cannam@154 93 /* Use ARMv6 inline asm optimizations */
cannam@154 94 #undef OPUS_ARM_INLINE_MEDIA
cannam@154 95
cannam@154 96 /* Use ARM NEON inline asm optimizations */
cannam@154 97 #undef OPUS_ARM_INLINE_NEON
cannam@154 98
cannam@154 99 /* Define if assembler supports EDSP instructions */
cannam@154 100 #undef OPUS_ARM_MAY_HAVE_EDSP
cannam@154 101
cannam@154 102 /* Define if assembler supports ARMv6 media instructions */
cannam@154 103 #undef OPUS_ARM_MAY_HAVE_MEDIA
cannam@154 104
cannam@154 105 /* Define if compiler supports NEON instructions */
cannam@154 106 #undef OPUS_ARM_MAY_HAVE_NEON
cannam@154 107
cannam@154 108 /* Compiler supports ARMv7/Aarch64 Neon Intrinsics */
cannam@154 109 #undef OPUS_ARM_MAY_HAVE_NEON_INTR
cannam@154 110
cannam@154 111 /* Define if binary requires Aarch64 Neon Intrinsics */
cannam@154 112 #undef OPUS_ARM_PRESUME_AARCH64_NEON_INTR
cannam@154 113
cannam@154 114 /* Define if binary requires EDSP instruction support */
cannam@154 115 #undef OPUS_ARM_PRESUME_EDSP
cannam@154 116
cannam@154 117 /* Define if binary requires ARMv6 media instruction support */
cannam@154 118 #undef OPUS_ARM_PRESUME_MEDIA
cannam@154 119
cannam@154 120 /* Define if binary requires NEON instruction support */
cannam@154 121 #undef OPUS_ARM_PRESUME_NEON
cannam@154 122
cannam@154 123 /* Define if binary requires NEON intrinsics support */
cannam@154 124 #undef OPUS_ARM_PRESUME_NEON_INTR
cannam@154 125
cannam@154 126 /* This is a build of OPUS */
cannam@154 127 #undef OPUS_BUILD
cannam@154 128
cannam@154 129 /* Run bit-exactness checks between optimized and c implementations */
cannam@154 130 #undef OPUS_CHECK_ASM
cannam@154 131
cannam@154 132 /* Use run-time CPU capabilities detection */
cannam@154 133 #undef OPUS_HAVE_RTCD
cannam@154 134
cannam@154 135 /* Compiler supports X86 AVX Intrinsics */
cannam@154 136 #undef OPUS_X86_MAY_HAVE_AVX
cannam@154 137
cannam@154 138 /* Compiler supports X86 SSE Intrinsics */
cannam@154 139 #undef OPUS_X86_MAY_HAVE_SSE
cannam@154 140
cannam@154 141 /* Compiler supports X86 SSE2 Intrinsics */
cannam@154 142 #undef OPUS_X86_MAY_HAVE_SSE2
cannam@154 143
cannam@154 144 /* Compiler supports X86 SSE4.1 Intrinsics */
cannam@154 145 #undef OPUS_X86_MAY_HAVE_SSE4_1
cannam@154 146
cannam@154 147 /* Define if binary requires AVX intrinsics support */
cannam@154 148 #undef OPUS_X86_PRESUME_AVX
cannam@154 149
cannam@154 150 /* Define if binary requires SSE intrinsics support */
cannam@154 151 #undef OPUS_X86_PRESUME_SSE
cannam@154 152
cannam@154 153 /* Define if binary requires SSE2 intrinsics support */
cannam@154 154 #undef OPUS_X86_PRESUME_SSE2
cannam@154 155
cannam@154 156 /* Define if binary requires SSE4.1 intrinsics support */
cannam@154 157 #undef OPUS_X86_PRESUME_SSE4_1
cannam@154 158
cannam@154 159 /* Define to the address where bug reports for this package should be sent. */
cannam@154 160 #undef PACKAGE_BUGREPORT
cannam@154 161
cannam@154 162 /* Define to the full name of this package. */
cannam@154 163 #undef PACKAGE_NAME
cannam@154 164
cannam@154 165 /* Define to the full name and version of this package. */
cannam@154 166 #undef PACKAGE_STRING
cannam@154 167
cannam@154 168 /* Define to the one symbol short name of this package. */
cannam@154 169 #undef PACKAGE_TARNAME
cannam@154 170
cannam@154 171 /* Define to the home page for this package. */
cannam@154 172 #undef PACKAGE_URL
cannam@154 173
cannam@154 174 /* Define to the version of this package. */
cannam@154 175 #undef PACKAGE_VERSION
cannam@154 176
cannam@154 177 /* Define to 1 if you have the ANSI C header files. */
cannam@154 178 #undef STDC_HEADERS
cannam@154 179
cannam@154 180 /* Make use of alloca */
cannam@154 181 #undef USE_ALLOCA
cannam@154 182
cannam@154 183 /* Use C99 variable-size arrays */
cannam@154 184 #undef VAR_ARRAYS
cannam@154 185
cannam@154 186 /* Define to empty if `const' does not conform to ANSI C. */
cannam@154 187 #undef const
cannam@154 188
cannam@154 189 /* Define to `__inline__' or `__inline' if that's what the C compiler
cannam@154 190 calls it, or to nothing if 'inline' is not supported under any name. */
cannam@154 191 #ifndef __cplusplus
cannam@154 192 #undef inline
cannam@154 193 #endif
cannam@154 194
cannam@154 195 /* Define to the equivalent of the C99 'restrict' keyword, or to
cannam@154 196 nothing if this is not supported. Do not define if restrict is
cannam@154 197 supported directly. */
cannam@154 198 #undef restrict
cannam@154 199 /* Work around a bug in Sun C++: it does not support _Restrict or
cannam@154 200 __restrict__, even though the corresponding Sun C compiler ends up with
cannam@154 201 "#define restrict _Restrict" or "#define restrict __restrict__" in the
cannam@154 202 previous line. Perhaps some future version of Sun C++ will work with
cannam@154 203 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cannam@154 204 #if defined __SUNPRO_CC && !defined __RESTRICT
cannam@154 205 # define _Restrict
cannam@154 206 # define __restrict__
cannam@154 207 #endif