]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Document arm_v8_1m_main_cde_mve_fp
authorChristophe Lyon <christophe.lyon@linaro.org>
Fri, 7 Jul 2023 07:37:02 +0000 (07:37 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Mon, 10 Jul 2023 14:13:59 +0000 (14:13 +0000)
The arm_v8_1m_main_cde_mve_fp family of effective targets was not
documented when it was introduced.

2023-07-07  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/
* doc/sourcebuild.texi (arm_v8_1m_main_cde_mve_fp): Document.

gcc/doc/sourcebuild.texi

index 526020c751150cd74f766eb83eaf61de6f4374cf..ffb6eb1a48c6f914a31c8fe9eec0c828a23121f3 100644 (file)
@@ -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.