diff options
author | James Almer <jamrial@gmail.com> | 2015-04-10 20:51:11 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-04-11 19:52:02 -0300 |
commit | 57f271ce4149c350e57357dadcda913164377eb5 (patch) | |
tree | 5851a2f2dead8cbcac6c4d44c10b25b5d039ca6b | |
parent | 83ac312c3cbfdddea25b84e5b7ea595ef073a029 (diff) | |
download | ffmpeg-57f271ce4149c350e57357dadcda913164377eb5.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 dcfe9b5a35..7c8ab7062c 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -225,10 +225,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 |