aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-08-15 03:43:36 -0700
committerChris Robinson <[email protected]>2012-08-15 03:43:36 -0700
commit4d157d2849a6cda4fb05eea7ebed91793985b709 (patch)
treebaa06a85fe0f4e7b859c21cde4d8dee7afbf6577 /config.h.in
parent64cd763e190eeff0f0631babebc150893e5f3ecf (diff)
Make sure the working coefficients are aligned for the SSE mixer
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 7368bba3..8f9c14c8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -5,6 +5,8 @@
/* Define to the library version */
#define ALSOFT_VERSION "${LIB_VERSION}"
+#define ALIGN(x) ${ALIGN_DECL}
+
/* Define if we have SSE CPU extensions */
#cmakedefine HAVE_SSE