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:21:02 -0300 |
commit | c1c245e1a347bc8b059e7c32ff5d848f68a1ac9e (patch) | |
tree | c90ea2f903cbfb7a96a284b1efac059a169b847a | |
parent | 369f46aae3f2709b13873a610a13d3f6d0f09e52 (diff) | |
download | ffmpeg-c1c245e1a347bc8b059e7c32ff5d848f68a1ac9e.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 655690956a..8a0bae2a0e 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -261,10 +261,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 |