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:21:31 -0300 |
commit | 04fd0250e1fd3fddcd7bc96c8ac95455f910637e (patch) | |
tree | 1fafdeaa25a0ff3715dd1f952850e3fcf945a4bb | |
parent | 6f236d37746ea8440142c21384a76defa2af31d4 (diff) | |
download | ffmpeg-04fd0250e1fd3fddcd7bc96c8ac95455f910637e.tar.gz |
doc: add aarch64 cpuflags to fftools documentationn2.6.2
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 778fa4c60b..b1c5e651c1 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -281,6 +281,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 |