From: Christophe Lyon Date: Fri, 7 Jul 2023 07:37:02 +0000 (+0000) Subject: doc: Document arm_v8_1m_main_cde_mve_fp X-Git-Tag: basepoints/gcc-15~7723 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95504a2303faa5f8abee259eea57856085a114a4;p=thirdparty%2Fgcc.git doc: Document arm_v8_1m_main_cde_mve_fp The arm_v8_1m_main_cde_mve_fp family of effective targets was not documented when it was introduced. 2023-07-07 Christophe Lyon gcc/ * doc/sourcebuild.texi (arm_v8_1m_main_cde_mve_fp): Document. --- diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 526020c75115..ffb6eb1a48c6 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2186,10 +2186,16 @@ the Custom Datapath Extension (CDE) and floating-point (VFP). Some multilibs may be incompatible with these options. @item arm_v8_1m_main_cde_mve -ARM target supports options to generate instructions from ARMv8.1-M with +Arm target supports options to generate instructions from Arm.1-M with the Custom Datapath Extension (CDE) and M-Profile Vector Extension (MVE). Some multilibs may be incompatible with these options. +@item arm_v8_1m_main_cde_mve_fp +ARM target supports options to generate instructions from ARMv8.1-M +with the Custom Datapath Extension (CDE) and M-Profile Vector +Extension (MVE) with floating-point support. Some multilibs may be +incompatible with these options. + @item arm_pacbti_hw Test system supports executing Pointer Authentication and Branch Target Identification instructions.