| 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 /* Custom modes */ | 3 /* Custom modes */ |
| 4 #undef CUSTOM_MODES | 4 #undef CUSTOM_MODES |
| 5 | 5 |
| 6 /* Do not build the float API */ |
| 7 #undef DISABLE_FLOAT_API |
| 8 |
| 6 /* Assertions */ | 9 /* Assertions */ |
| 7 #undef ENABLE_ASSERTIONS | 10 #undef ENABLE_ASSERTIONS |
| 8 | 11 |
| 9 /* Debug fixed-point implementation */ | 12 /* Debug fixed-point implementation */ |
| 10 #undef FIXED_DEBUG | 13 #undef FIXED_DEBUG |
| 11 | 14 |
| 12 /* Compile as fixed-point (for machines without a fast enough FPU) */ | 15 /* Compile as fixed-point (for machines without a fast enough FPU) */ |
| 13 #undef FIXED_POINT | 16 #undef FIXED_POINT |
| 14 | 17 |
| 15 /* Float approximations */ | 18 /* Float approximations */ |
| 16 #undef FLOAT_APPROX | 19 #undef FLOAT_APPROX |
| 17 | 20 |
| 18 /* Fuzzing */ | 21 /* Fuzzing */ |
| 19 #undef FUZZING | 22 #undef FUZZING |
| 20 | 23 |
| 21 /* Define to 1 if you have the <alloca.h> header file. */ | 24 /* Define to 1 if you have the <alloca.h> header file. */ |
| 22 #undef HAVE_ALLOCA_H | 25 #undef HAVE_ALLOCA_H |
| 23 | 26 |
| 24 /* Define to 1 if you have the <dlfcn.h> header file. */ | 27 /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 25 #undef HAVE_DLFCN_H | 28 #undef HAVE_DLFCN_H |
| 26 | 29 |
| 27 /* Define to 1 if you have the <getopt.h> header file. */ | |
| 28 #undef HAVE_GETOPT_H | |
| 29 | |
| 30 /* Define to 1 if you have the <inttypes.h> header file. */ | 30 /* Define to 1 if you have the <inttypes.h> header file. */ |
| 31 #undef HAVE_INTTYPES_H | 31 #undef HAVE_INTTYPES_H |
| 32 | 32 |
| 33 /* Define to 1 if you have the `lrint' function. */ | 33 /* Define to 1 if you have the `lrint' function. */ |
| 34 #undef HAVE_LRINT | 34 #undef HAVE_LRINT |
| 35 | 35 |
| 36 /* Define to 1 if you have the `lrintf' function. */ | 36 /* Define to 1 if you have the `lrintf' function. */ |
| 37 #undef HAVE_LRINTF | 37 #undef HAVE_LRINTF |
| 38 | 38 |
| 39 /* Define to 1 if you have the <memory.h> header file. */ | 39 /* Define to 1 if you have the <memory.h> header file. */ |
| (...skipping 23 matching lines...) Expand all Loading... |
| 63 /* Define to 1 if you have the `__malloc_hook' function. */ | 63 /* Define to 1 if you have the `__malloc_hook' function. */ |
| 64 #undef HAVE___MALLOC_HOOK | 64 #undef HAVE___MALLOC_HOOK |
| 65 | 65 |
| 66 /* Define to the sub-directory in which libtool stores uninstalled libraries. | 66 /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 67 */ | 67 */ |
| 68 #undef LT_OBJDIR | 68 #undef LT_OBJDIR |
| 69 | 69 |
| 70 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | 70 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 71 #undef NO_MINUS_C_MINUS_O | 71 #undef NO_MINUS_C_MINUS_O |
| 72 | 72 |
| 73 /* Make use of ARM asm optimization */ |
| 74 #undef OPUS_ARM_ASM |
| 75 |
| 76 /* Use generic ARMv4 inline asm optimizations */ |
| 77 #undef OPUS_ARM_INLINE_ASM |
| 78 |
| 79 /* Use ARMv5E inline asm optimizations */ |
| 80 #undef OPUS_ARM_INLINE_EDSP |
| 81 |
| 82 /* Use ARMv6 inline asm optimizations */ |
| 83 #undef OPUS_ARM_INLINE_MEDIA |
| 84 |
| 85 /* Use ARM NEON inline asm optimizations */ |
| 86 #undef OPUS_ARM_INLINE_NEON |
| 87 |
| 88 /* Define if assembler supports EDSP instructions */ |
| 89 #undef OPUS_ARM_MAY_HAVE_EDSP |
| 90 |
| 91 /* Define if assembler supports ARMv6 media instructions */ |
| 92 #undef OPUS_ARM_MAY_HAVE_MEDIA |
| 93 |
| 94 /* Define if compiler supports NEON instructions */ |
| 95 #undef OPUS_ARM_MAY_HAVE_NEON |
| 96 |
| 97 /* Define if binary requires EDSP instruction support */ |
| 98 #undef OPUS_ARM_PRESUME_EDSP |
| 99 |
| 100 /* Define if binary requires ARMv6 media instruction support */ |
| 101 #undef OPUS_ARM_PRESUME_MEDIA |
| 102 |
| 103 /* Define if binary requires NEON instruction support */ |
| 104 #undef OPUS_ARM_PRESUME_NEON |
| 105 |
| 73 /* This is a build of OPUS */ | 106 /* This is a build of OPUS */ |
| 74 #undef OPUS_BUILD | 107 #undef OPUS_BUILD |
| 75 | 108 |
| 76 /* Opus library version string */ | 109 /* Use run-time CPU capabilities detection */ |
| 77 #undef OPUS_VERSION | 110 #undef OPUS_HAVE_RTCD |
| 78 | 111 |
| 79 /* Define to the address where bug reports for this package should be sent. */ | 112 /* Define to the address where bug reports for this package should be sent. */ |
| 80 #undef PACKAGE_BUGREPORT | 113 #undef PACKAGE_BUGREPORT |
| 81 | 114 |
| 82 /* Define to the full name of this package. */ | 115 /* Define to the full name of this package. */ |
| 83 #undef PACKAGE_NAME | 116 #undef PACKAGE_NAME |
| 84 | 117 |
| 85 /* Define to the full name and version of this package. */ | 118 /* Define to the full name and version of this package. */ |
| 86 #undef PACKAGE_STRING | 119 #undef PACKAGE_STRING |
| 87 | 120 |
| 88 /* Define to the one symbol short name of this package. */ | 121 /* Define to the one symbol short name of this package. */ |
| 89 #undef PACKAGE_TARNAME | 122 #undef PACKAGE_TARNAME |
| 90 | 123 |
| 91 /* Define to the home page for this package. */ | 124 /* Define to the home page for this package. */ |
| 92 #undef PACKAGE_URL | 125 #undef PACKAGE_URL |
| 93 | 126 |
| 94 /* Define to the version of this package. */ | 127 /* Define to the version of this package. */ |
| 95 #undef PACKAGE_VERSION | 128 #undef PACKAGE_VERSION |
| 96 | 129 |
| 97 /* The size of `int', as computed by sizeof. */ | |
| 98 #undef SIZEOF_INT | |
| 99 | |
| 100 /* The size of `long', as computed by sizeof. */ | |
| 101 #undef SIZEOF_LONG | |
| 102 | |
| 103 /* The size of `long long', as computed by sizeof. */ | |
| 104 #undef SIZEOF_LONG_LONG | |
| 105 | |
| 106 /* The size of `short', as computed by sizeof. */ | |
| 107 #undef SIZEOF_SHORT | |
| 108 | |
| 109 /* Define to 1 if you have the ANSI C header files. */ | 130 /* Define to 1 if you have the ANSI C header files. */ |
| 110 #undef STDC_HEADERS | 131 #undef STDC_HEADERS |
| 111 | 132 |
| 112 /* Make use of alloca */ | 133 /* Make use of alloca */ |
| 113 #undef USE_ALLOCA | 134 #undef USE_ALLOCA |
| 114 | 135 |
| 115 /* Use C99 variable-size arrays */ | 136 /* Use C99 variable-size arrays */ |
| 116 #undef VAR_ARRAYS | 137 #undef VAR_ARRAYS |
| 117 | 138 |
| 118 /* Define to empty if `const' does not conform to ANSI C. */ | 139 /* Define to empty if `const' does not conform to ANSI C. */ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 130 #undef restrict | 151 #undef restrict |
| 131 /* Work around a bug in Sun C++: it does not support _Restrict or | 152 /* Work around a bug in Sun C++: it does not support _Restrict or |
| 132 __restrict__, even though the corresponding Sun C compiler ends up with | 153 __restrict__, even though the corresponding Sun C compiler ends up with |
| 133 "#define restrict _Restrict" or "#define restrict __restrict__" in the | 154 "#define restrict _Restrict" or "#define restrict __restrict__" in the |
| 134 previous line. Perhaps some future version of Sun C++ will work with | 155 previous line. Perhaps some future version of Sun C++ will work with |
| 135 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ | 156 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ |
| 136 #if defined __SUNPRO_CC && !defined __RESTRICT | 157 #if defined __SUNPRO_CC && !defined __RESTRICT |
| 137 # define _Restrict | 158 # define _Restrict |
| 138 # define __restrict__ | 159 # define __restrict__ |
| 139 #endif | 160 #endif |
| OLD | NEW |