diff options
author | Chris Robinson <[email protected]> | 2012-08-15 03:43:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-08-15 03:43:36 -0700 |
commit | 4d157d2849a6cda4fb05eea7ebed91793985b709 (patch) | |
tree | baa06a85fe0f4e7b859c21cde4d8dee7afbf6577 /config.h.in | |
parent | 64cd763e190eeff0f0631babebc150893e5f3ecf (diff) |
Make sure the working coefficients are aligned for the SSE mixer
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
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 |