diff options
author | Chris Robinson <[email protected]> | 2012-08-15 01:24:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-08-15 01:24:50 -0700 |
commit | c9e87a19a9b7ca3d82da9cba7b4064af23899149 (patch) | |
tree | 185034f111932ca25294e862feeee6fa929a07bc /config.h.in | |
parent | 3b87e29e63915000addb1e37994b30d167fcfb82 (diff) |
Add cmake options to disable or require support for CPU extensions
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
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 |