diff options
author | Chris Robinson <[email protected]> | 2012-08-13 10:37:49 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-08-13 10:37:49 -0700 |
commit | 17dfaa3aaef28f38b27c5d797be0a938c4ca38e2 (patch) | |
tree | f8c9eeae91028edf32b7df98513c39add41d4e40 /alsoftrc.sample | |
parent | 0a3eba08d8af653a4e7ec803b86c458560e14484 (diff) |
Add a config option to disable use of CPU extensions
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 58746c8f..affcc2fa 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -11,6 +11,13 @@ # possible). Note: options that are left unset may default to app- or system- # specified values. These are the current available settings: +## 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. +#disable-cpu-exts = + ## channels: # Sets the output channel configuration. If left unspecified, one will try to # be detected from the system, and defaulting to stereo. The available values |