diff options
author | James Almer <jamrial@gmail.com> | 2015-04-10 20:51:11 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-04-11 16:29:47 -0300 |
commit | 5598d62a0703063ce510f756c890670d4a914c1e (patch) | |
tree | 1f28de4bcfec44190314ae705cacefb8b2fbeb6b | |
parent | 4347cf9f0fc753706d2c507cab6ed67fc0d0eeee (diff) | |
download | ffmpeg-5598d62a0703063ce510f756c890670d4a914c1e.tar.gz |
doc: add missing x86 cpuflags to fftools documentation
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit 410c93cfd5ab509d8c9f907f88ae09a87fb743e6)
-rw-r--r-- | doc/fftools-common-opts.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 7b6afba59f..1dc18dff29 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -234,10 +234,14 @@ Possible flags for this option are: @item sse4.1 @item sse4.2 @item avx +@item avx2 @item xop +@item fma3 @item fma4 @item 3dnow @item 3dnowext +@item bmi1 +@item bmi2 @item cmov @end table @item ARM |