diff options
author | Chris Robinson <[email protected]> | 2013-05-22 16:59:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-05-22 17:04:37 -0700 |
commit | 38a9e642df2b7359cfc453bf47b2d584ed428cda (patch) | |
tree | 742df56d0f0ce23e6c662f3ebf493620b0269f31 /alsoftrc.sample | |
parent | b80efeb87d719fc87501e9042ff2bfe4bf38e739 (diff) |
Check for SSE2 and set the denormals-are-zero bit for mixing if available
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index c536493a..cfd333da 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -14,7 +14,7 @@ ## 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: sse, neon. +# extensions from being used. The available extensions are: sse, sse2, neon. # Specifying 'all' disables use of all extensions. #disable-cpu-exts = |