diff options
author | James Almer <jamrial@gmail.com> | 2015-04-10 20:51:11 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-04-10 20:57:11 -0300 |
commit | 410c93cfd5ab509d8c9f907f88ae09a87fb743e6 (patch) | |
tree | c57be9851ed7856918a85f4fe2cd5146bdde6ea0 /doc | |
parent | 3d6069d01c8bb292286c4ada36a4f6155e8c8c53 (diff) | |
download | ffmpeg-410c93cfd5ab509d8c9f907f88ae09a87fb743e6.tar.gz |
doc: add missing x86 cpuflags to fftools documentation
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-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 2e7c9f7e8f..e24170e6e5 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -264,10 +264,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 |