aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in42
1 files changed, 39 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 36f4fb73..8a26ea00 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,11 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Get CPU Info by asm method */
+#undef CPU_INFO_BY_ASM
+
+/* Get CPU Info by c method */
+#undef CPU_INFO_BY_C
+
/* Custom modes */
#undef CUSTOM_MODES
@@ -24,6 +30,9 @@
/* Define to 1 if you have the <alloca.h> header file. */
#undef HAVE_ALLOCA_H
+/* NE10 library is installed on host. Make sure it is on target! */
+#undef HAVE_ARM_NE10
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -67,9 +76,6 @@
*/
#undef LT_OBJDIR
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
/* Make use of ARM asm optimization */
#undef OPUS_ARM_ASM
@@ -94,6 +100,9 @@
/* Define if compiler supports NEON instructions */
#undef OPUS_ARM_MAY_HAVE_NEON
+/* Compiler supports ARMv7 Neon Intrinsics */
+#undef OPUS_ARM_MAY_HAVE_NEON_INTR
+
/* Define if binary requires EDSP instruction support */
#undef OPUS_ARM_PRESUME_EDSP
@@ -103,12 +112,39 @@
/* Define if binary requires NEON instruction support */
#undef OPUS_ARM_PRESUME_NEON
+/* Define if binary requires NEON intrinsics support */
+#undef OPUS_ARM_PRESUME_NEON_INTR
+
/* This is a build of OPUS */
#undef OPUS_BUILD
/* Use run-time CPU capabilities detection */
#undef OPUS_HAVE_RTCD
+/* Compiler supports X86 AVX Intrinsics */
+#undef OPUS_X86_MAY_HAVE_AVX
+
+/* Compiler supports X86 SSE Intrinsics */
+#undef OPUS_X86_MAY_HAVE_SSE
+
+/* Compiler supports X86 SSE2 Intrinsics */
+#undef OPUS_X86_MAY_HAVE_SSE2
+
+/* Compiler supports X86 SSE4.1 Intrinsics */
+#undef OPUS_X86_MAY_HAVE_SSE4_1
+
+/* Define if binary requires AVX intrinsics support */
+#undef OPUS_X86_PRESUME_AVX
+
+/* Define if binary requires SSE intrinsics support */
+#undef OPUS_X86_PRESUME_SSE
+
+/* Define if binary requires SSE2 intrinsics support */
+#undef OPUS_X86_PRESUME_SSE2
+
+/* Define if binary requires SSE4.1 intrinsics support */
+#undef OPUS_X86_PRESUME_SSE4_1
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT