aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2023-07-07 07:37:02 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2023-07-10 14:13:59 +0000
commit95504a2303faa5f8abee259eea57856085a114a4 (patch)
treedc7e09ef00af21aede0a2133db7a0413741828eb /gcc/doc
parent6de9362acda4acd1462ca04c056f89f542c35ff4 (diff)
downloadgcc-95504a2303faa5f8abee259eea57856085a114a4.zip
gcc-95504a2303faa5f8abee259eea57856085a114a4.tar.gz
gcc-95504a2303faa5f8abee259eea57856085a114a4.tar.bz2
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 <christophe.lyon@linaro.org> gcc/ * doc/sourcebuild.texi (arm_v8_1m_main_cde_mve_fp): Document.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/sourcebuild.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 526020c..ffb6eb1 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.