summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/avtools-common-opts.texi4
-rw-r--r--doc/fate.texi6
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi
index 94d47fd64f..78ac92c7f5 100644
--- a/doc/avtools-common-opts.texi
+++ b/doc/avtools-common-opts.texi
@@ -134,6 +134,10 @@ It also implies @code{-loglevel verbose}.
Note: setting the environment variable @code{FFREPORT} to any value has the
same effect.
+@item -cpuflags flags (@emph{global})
+Allows setting and clearing cpu flags. This option is intended
+for testing. Do not use it unless you know what you're doing.
+
@end table
@section AVOptions
diff --git a/doc/fate.texi b/doc/fate.texi
index 1612bdf1e0..07d8c53599 100644
--- a/doc/fate.texi
+++ b/doc/fate.texi
@@ -166,9 +166,11 @@ the synchronisation of the samples directory.
@item THREADS
Specify how many threads to use while running regression tests, it is
quite useful to detect thread-related regressions.
+@item CPUFLAGS
+ Specify CPU flags.
@end table
Example:
@example
-make V=1 SAMPLES=/var/fate/samples THREADS=2 fate
-@end example \ No newline at end of file
+make V=1 SAMPLES=/var/fate/samples THREADS=2 CPUFLAGS=mmx fate
+@end example