diff options
author | Chris Robinson <[email protected]> | 2014-06-07 06:08:22 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-06-07 06:08:22 -0700 |
commit | 09d5475aa66674ecc9f0227002676d786ceefc9f (patch) | |
tree | 2d770f9e28fc580dd6ab598efde14f6817e4dd28 /alsoftrc.sample | |
parent | 2ff266ca8302550acbab19377112ec60e9b83ad2 (diff) |
Update the disable-cpu-exts config option description
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index aa1d1d9c..2e6dd92a 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -23,10 +23,11 @@ [general] ## 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, sse2, neon. -# Specifying 'all' disables use of all extensions. +# Disables use of specialized methods that use specific CPU intrinsics. +# Certain methods may utilize CPU extensions for improved performance, and +# this option is useful for preventing some or all of those methods from being +# used. The available extensions are: sse, sse2, sse4.1, and neon. Specifying +# 'all' disables use of all such specialized methods. #disable-cpu-exts = ## channels: |