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:29:51 -0300 |
commit | 3a5b4afd911f596651f9ba67188ab01c8aea7bbf (patch) | |
tree | c43db0dd7e2661c69fa499ca18b3c1cafa402a2a | |
parent | 4b817e2fff3a37afa1a207fd5f2b744f7c0bd919 (diff) | |
download | ffmpeg-3a5b4afd911f596651f9ba67188ab01c8aea7bbf.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 5b40e0fd4f..2a1651bfee 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -254,6 +254,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 |