diff options
author | Chris Robinson <[email protected]> | 2012-08-14 03:53:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-08-14 03:53:07 -0700 |
commit | e9a20cb985c5686fd2777540dbbd2a13c9525ee0 (patch) | |
tree | 568b287aff7b9dad019ea3e2048b1f5a1dc0e79c /config.h.in | |
parent | cfc52055697a124edd32c9f057d34857a49e7e14 (diff) |
Add an SSE-enhanced HRTF mixer using intrinsics
Not as good as it could be, but it's something
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 82b6c334..af7420b9 100644 --- a/config.h.in +++ b/config.h.in @@ -104,6 +104,9 @@ /* Define if we have pthread_np.h */ #cmakedefine HAVE_PTHREAD_NP_H +/* Define if we have xmmintrin.h */ +#cmakedefine HAVE_XMMINTRIN_H + /* Define if we have arm_neon.h */ #cmakedefine HAVE_ARM_NEON_H |