From 09d5475aa66674ecc9f0227002676d786ceefc9f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 7 Jun 2014 06:08:22 -0700 Subject: [PATCH] Update the disable-cpu-exts config option description --- alsoftrc.sample | 9 +++++---- 1 file 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: