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 /alsoftrc.sample | |
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 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index bcfbe5e2..866154ef 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -14,8 +14,8 @@ ## disable-cpu-exts: # Disables use of the listed CPU extensions. Certain methods may utilize CPU # extensions when detected, and this option is useful for preventing those -# extensions from being used. The available extensions are: neon. Specifying -# 'all' disables use of all extensions. +# extensions from being used. The available extensions are: sse, neon. +# Specifying 'all' disables use of all extensions. #disable-cpu-exts = ## channels: |