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