diff mbox series

[arm,doc] Document accepted -march=armv8.3-a extension options

Message ID 5A3A3C36.4050907@foss.arm.com
State New
Headers show
Series [arm,doc] Document accepted -march=armv8.3-a extension options | expand

Commit Message

Kyrill Tkachov Dec. 20, 2017, 10:32 a.m. UTC
Hi all,

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.

Committing to trunk.

Thanks,
Kyrill

2017-12-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

     * doc/invoke.texi (ARM Options): Document accepted extension options
     for -march=armv8.3-a.
diff mbox series

Patch

commit 68a56ead5df086cf11aea7651e76336b504a883d
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date:   Mon Dec 18 19:07:22 2017 +0000

    [arm][doc] Document accepted Armv8.3-A extension options

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 2049c27..9390882 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -15852,6 +15852,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.