diff options
author | James Almer <jamrial@gmail.com> | 2015-04-10 20:52:29 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-04-10 20:57:19 -0300 |
commit | 9fc45681e0c4736e4475966a70402d22c76a2965 (patch) | |
tree | b28a2a6e09b56406057c569d459c866ef178b0b6 | |
parent | 666ec9bd097201eaacb9c04da526cb2710cb9cab (diff) | |
download | ffmpeg-9fc45681e0c4736e4475966a70402d22c76a2965.tar.gz |
doc: add aarch64 cpuflags to fftools documentation
Signed-off-by: James Almer <jamrial@gmail.com>
-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 d03bbdc5c6..2451cc4946 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -284,6 +284,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 |