diff options
author | James Almer <jamrial@gmail.com> | 2015-04-10 20:52:29 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-04-11 16:23:52 -0300 |
commit | 43fdd89a3f07af315d17a9d8ea6cd13a91e589ee (patch) | |
tree | 4ebc4d06e65bab7992f42826022fba4d6091dd5f | |
parent | 60f2f332a3970a7cda8c396e14cd24784fefc23d (diff) | |
download | ffmpeg-43fdd89a3f07af315d17a9d8ea6cd13a91e589ee.tar.gz |
doc: add aarch64 cpuflags to fftools documentation
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit 9fc45681e0c4736e4475966a70402d22c76a2965)
-rw-r--r-- | doc/fftools-common-opts.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 46d5ea6cc9..c3e60dbd66 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -273,6 +273,12 @@ Possible flags for this option are: @item neon @item setend @end table +@item AArch64 +@table @samp +@item armv8 +@item vfp +@item neon +@end table @item PowerPC @table @samp @item altivec |