aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index af7420b9..7368bba3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -5,6 +5,12 @@
/* Define to the library version */
#define ALSOFT_VERSION "${LIB_VERSION}"
+/* Define if we have SSE CPU extensions */
+#cmakedefine HAVE_SSE
+
+/* Define if we have ARM Neon CPU extensions */
+#cmakedefine HAVE_NEON
+
/* Define if we have the ALSA backend */
#cmakedefine HAVE_ALSA