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