OLD | NEW |
1 /* config.h.in. Generated from configure.ac by autoheader. */ | 1 /* config.h.in. Generated from configure.ac by autoheader. */ |
2 | 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 |
3 /* Custom modes */ | 9 /* Custom modes */ |
4 #undef CUSTOM_MODES | 10 #undef CUSTOM_MODES |
5 | 11 |
6 /* Do not build the float API */ | 12 /* Do not build the float API */ |
7 #undef DISABLE_FLOAT_API | 13 #undef DISABLE_FLOAT_API |
8 | 14 |
9 /* Assertions */ | 15 /* Assertions */ |
10 #undef ENABLE_ASSERTIONS | 16 #undef ENABLE_ASSERTIONS |
11 | 17 |
12 /* Debug fixed-point implementation */ | 18 /* Debug fixed-point implementation */ |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 /* Define to 1 if you have the <unistd.h> header file. */ | 66 /* Define to 1 if you have the <unistd.h> header file. */ |
61 #undef HAVE_UNISTD_H | 67 #undef HAVE_UNISTD_H |
62 | 68 |
63 /* Define to 1 if you have the `__malloc_hook' function. */ | 69 /* Define to 1 if you have the `__malloc_hook' function. */ |
64 #undef HAVE___MALLOC_HOOK | 70 #undef HAVE___MALLOC_HOOK |
65 | 71 |
66 /* Define to the sub-directory in which libtool stores uninstalled libraries. | 72 /* Define to the sub-directory in which libtool stores uninstalled libraries. |
67 */ | 73 */ |
68 #undef LT_OBJDIR | 74 #undef LT_OBJDIR |
69 | 75 |
70 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | |
71 #undef NO_MINUS_C_MINUS_O | |
72 | |
73 /* Make use of ARM asm optimization */ | 76 /* Make use of ARM asm optimization */ |
74 #undef OPUS_ARM_ASM | 77 #undef OPUS_ARM_ASM |
75 | 78 |
76 /* Use generic ARMv4 inline asm optimizations */ | 79 /* Use generic ARMv4 inline asm optimizations */ |
77 #undef OPUS_ARM_INLINE_ASM | 80 #undef OPUS_ARM_INLINE_ASM |
78 | 81 |
79 /* Use ARMv5E inline asm optimizations */ | 82 /* Use ARMv5E inline asm optimizations */ |
80 #undef OPUS_ARM_INLINE_EDSP | 83 #undef OPUS_ARM_INLINE_EDSP |
81 | 84 |
82 /* Use ARMv6 inline asm optimizations */ | 85 /* Use ARMv6 inline asm optimizations */ |
83 #undef OPUS_ARM_INLINE_MEDIA | 86 #undef OPUS_ARM_INLINE_MEDIA |
84 | 87 |
85 /* Use ARM NEON inline asm optimizations */ | 88 /* Use ARM NEON inline asm optimizations */ |
86 #undef OPUS_ARM_INLINE_NEON | 89 #undef OPUS_ARM_INLINE_NEON |
87 | 90 |
88 /* Define if assembler supports EDSP instructions */ | 91 /* Define if compiler support EDSP Instructions */ |
89 #undef OPUS_ARM_MAY_HAVE_EDSP | 92 #undef OPUS_ARM_MAY_HAVE_EDSP |
90 | 93 |
91 /* Define if assembler supports ARMv6 media instructions */ | 94 /* Define if compiler support MEDIA Instructions */ |
92 #undef OPUS_ARM_MAY_HAVE_MEDIA | 95 #undef OPUS_ARM_MAY_HAVE_MEDIA |
93 | 96 |
94 /* Define if compiler supports NEON instructions */ | 97 /* Define if compiler support NEON instructions */ |
95 #undef OPUS_ARM_MAY_HAVE_NEON | 98 #undef OPUS_ARM_MAY_HAVE_NEON |
96 | 99 |
| 100 /* Compiler supports ARMv7 Neon Intrinsics */ |
| 101 #undef OPUS_ARM_NEON_INTR |
| 102 |
97 /* Define if binary requires EDSP instruction support */ | 103 /* Define if binary requires EDSP instruction support */ |
98 #undef OPUS_ARM_PRESUME_EDSP | 104 #undef OPUS_ARM_PRESUME_EDSP |
99 | 105 |
100 /* Define if binary requires ARMv6 media instruction support */ | 106 /* Define if binary requires ARMv6 media instruction support */ |
101 #undef OPUS_ARM_PRESUME_MEDIA | 107 #undef OPUS_ARM_PRESUME_MEDIA |
102 | 108 |
103 /* Define if binary requires NEON instruction support */ | 109 /* Define if binary requires NEON instruction support */ |
104 #undef OPUS_ARM_PRESUME_NEON | 110 #undef OPUS_ARM_PRESUME_NEON |
105 | 111 |
106 /* This is a build of OPUS */ | 112 /* This is a build of OPUS */ |
107 #undef OPUS_BUILD | 113 #undef OPUS_BUILD |
108 | 114 |
109 /* Use run-time CPU capabilities detection */ | 115 /* Use run-time CPU capabilities detection */ |
110 #undef OPUS_HAVE_RTCD | 116 #undef OPUS_HAVE_RTCD |
111 | 117 |
| 118 /* For x86 sse2 instrinsics optimize */ |
| 119 #undef OPUS_X86_MAY_HAVE_SSE2 |
| 120 |
| 121 /* For x86 sse4.1 instrinsics optimizations */ |
| 122 #undef OPUS_X86_MAY_HAVE_SSE4_1 |
| 123 |
112 /* Define to the address where bug reports for this package should be sent. */ | 124 /* Define to the address where bug reports for this package should be sent. */ |
113 #undef PACKAGE_BUGREPORT | 125 #undef PACKAGE_BUGREPORT |
114 | 126 |
115 /* Define to the full name of this package. */ | 127 /* Define to the full name of this package. */ |
116 #undef PACKAGE_NAME | 128 #undef PACKAGE_NAME |
117 | 129 |
118 /* Define to the full name and version of this package. */ | 130 /* Define to the full name and version of this package. */ |
119 #undef PACKAGE_STRING | 131 #undef PACKAGE_STRING |
120 | 132 |
121 /* Define to the one symbol short name of this package. */ | 133 /* Define to the one symbol short name of this package. */ |
(...skipping 29 matching lines...) Expand all Loading... |
151 #undef restrict | 163 #undef restrict |
152 /* Work around a bug in Sun C++: it does not support _Restrict or | 164 /* Work around a bug in Sun C++: it does not support _Restrict or |
153 __restrict__, even though the corresponding Sun C compiler ends up with | 165 __restrict__, even though the corresponding Sun C compiler ends up with |
154 "#define restrict _Restrict" or "#define restrict __restrict__" in the | 166 "#define restrict _Restrict" or "#define restrict __restrict__" in the |
155 previous line. Perhaps some future version of Sun C++ will work with | 167 previous line. Perhaps some future version of Sun C++ will work with |
156 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ | 168 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ |
157 #if defined __SUNPRO_CC && !defined __RESTRICT | 169 #if defined __SUNPRO_CC && !defined __RESTRICT |
158 # define _Restrict | 170 # define _Restrict |
159 # define __restrict__ | 171 # define __restrict__ |
160 #endif | 172 #endif |
OLD | NEW |