node-opus
Version:
NodeJS native binding to OPUS
197 lines (136 loc) • 5.22 kB
Plain Text
/* config.h.in. Generated from configure.ac by autoheader. */
/* Get CPU Info by asm method */
/* Get CPU Info by c method */
/* Custom modes */
/* Do not build the float API */
/* Assertions */
/* Debug fixed-point implementation */
/* Compile as fixed-point (for machines without a fast enough FPU) */
/* Float approximations */
/* Fuzzing */
/* Define to 1 if you have the <alloca.h> header file. */
/* NE10 library is installed on host. Make sure it is on target! */
/* Define to 1 if you have the <dlfcn.h> header file. */
/* Define to 1 if you have the <inttypes.h> header file. */
/* Define to 1 if you have the `lrint' function. */
/* Define to 1 if you have the `lrintf' function. */
/* Define to 1 if you have the <memory.h> header file. */
/* Define to 1 if you have the <stdint.h> header file. */
/* Define to 1 if you have the <stdlib.h> header file. */
/* Define to 1 if you have the <strings.h> header file. */
/* Define to 1 if you have the <string.h> header file. */
/* Define to 1 if you have the <sys/stat.h> header file. */
/* Define to 1 if you have the <sys/types.h> header file. */
/* Define to 1 if you have the <unistd.h> header file. */
/* Define to 1 if you have the `__malloc_hook' function. */
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
/* Make use of ARM asm optimization */
/* Use generic ARMv4 inline asm optimizations */
/* Use ARMv5E inline asm optimizations */
/* Use ARMv6 inline asm optimizations */
/* Use ARM NEON inline asm optimizations */
/* Define if assembler supports EDSP instructions */
/* Define if assembler supports ARMv6 media instructions */
/* Define if compiler supports NEON instructions */
/* Compiler supports ARMv7 Neon Intrinsics */
/* Define if binary requires EDSP instruction support */
/* Define if binary requires ARMv6 media instruction support */
/* Define if binary requires NEON instruction support */
/* Define if binary requires NEON intrinsics support */
/* This is a build of OPUS */
/* Use run-time CPU capabilities detection */
/* Compiler supports X86 AVX Intrinsics */
/* Compiler supports X86 SSE Intrinsics */
/* Compiler supports X86 SSE2 Intrinsics */
/* Compiler supports X86 SSE4.1 Intrinsics */
/* Define if binary requires AVX intrinsics support */
/* Define if binary requires SSE intrinsics support */
/* Define if binary requires SSE2 intrinsics support */
/* Define if binary requires SSE4.1 intrinsics support */
/* Define to the address where bug reports for this package should be sent. */
/* Define to the full name of this package. */
/* Define to the full name and version of this package. */
/* Define to the one symbol short name of this package. */
/* Define to the home page for this package. */
/* Define to the version of this package. */
/* Define to 1 if you have the ANSI C header files. */
/* Make use of alloca */
/* Use C99 variable-size arrays */
/* Define to empty if `const' does not conform to ANSI C. */
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
/* Define to the equivalent of the C99 'restrict' keyword, or to
nothing if this is not supported. Do not define if restrict is
supported directly. */
/* Work around a bug in Sun C++: it does not support _Restrict or
__restrict__, even though the corresponding Sun C compiler ends up with
"#define restrict _Restrict" or "#define restrict __restrict__" in the
previous line. Perhaps some future version of Sun C++ will work with
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */