diff options
author | James Almer <jamrial@gmail.com> | 2015-04-11 19:54:05 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-04-11 19:54:24 -0300 |
commit | 733cb1c6c59d291c3a831b95bf0346d2785e8bcf (patch) | |
tree | 7c577db05640a0d2497747216ddd10eb94cb4c87 | |
parent | 57f271ce4149c350e57357dadcda913164377eb5 (diff) | |
download | ffmpeg-733cb1c6c59d291c3a831b95bf0346d2785e8bcf.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 7c8ab7062c..93fbb7ccbc 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -244,6 +244,11 @@ Possible flags for this option are: @item vfpv3 @item neon @end table +@item AArch64 +@table @samp +@item vfp +@item neon +@end table @item PowerPC @table @samp @item altivec |