From f4dd468f5300633d1e40921bf5e910d8a46d1d74 Mon Sep 17 00:00:00 2001 From: Kyrylo Tkachov Date: Wed, 20 Dec 2017 10:34:37 +0000 Subject: [PATCH] [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 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39824787de8..2a445809a9b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-12-20 Kyrylo Tkachov + + * doc/invoke.texi (ARM Options): Document accepted extension options + for -march=armv8.3-a. + 2017-12-20 Richard Earnshaw PR target/83105 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index cde0c73f9e0..283eab82d05 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. -- 2.30.2