diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2017-12-20 10:34:37 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2017-12-20 10:34:37 +0000 |
commit | f4dd468f5300633d1e40921bf5e910d8a46d1d74 (patch) | |
tree | e4ea1cc5ebf9845222125f30e8afde9bc6611627 /gcc | |
parent | 87fd6bde4c3a6772dca6920c6bd2f849442eea2f (diff) | |
download | gcc-f4dd468f5300633d1e40921bf5e910d8a46d1d74.zip gcc-f4dd468f5300633d1e40921bf5e910d8a46d1d74.tar.gz gcc-f4dd468f5300633d1e40921bf5e910d8a46d1d74.tar.bz2 |
[arm][doc] Document accepted -march=armv8.3-a extension options
I noticed that we helpfully list the extensions that are accepted
by the -march options on arm but we were missing the information
for 'armv8.3-a'.
This patchlet corrects that.
Built the documentation and it looked ok.
* doc/invoke.texi (ARM Options): Document accepted extension options
for -march=armv8.3-a.
From-SVN: r255859
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3982478..2a44580 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-12-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com> + + * doc/invoke.texi (ARM Options): Document accepted extension options + for -march=armv8.3-a. + 2017-12-20 Richard Earnshaw <rearnsha@arm.com> PR target/83105 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index cde0c73..283eab8 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -15853,6 +15853,7 @@ Disable the floating-point, Advanced SIMD and cryptographic instructions. @end table @item armv8.2-a +@itemx armv8.3-a @table @samp @item +fp16 The half-precision floating-point data processing instructions. |