diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2023-08-01 08:40:12 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2023-08-01 08:43:30 +0000 |
commit | 63663e4e69527b308687c63bacb0cc038b386593 (patch) | |
tree | c763a5b1b6e5abb79e51006824c6b93e55e18d54 /gcc/doc | |
parent | 9a36d1d13dd2d93b44b06384e2d4b20fcc850cc5 (diff) | |
download | gcc-63663e4e69527b308687c63bacb0cc038b386593.zip gcc-63663e4e69527b308687c63bacb0cc038b386593.tar.gz gcc-63663e4e69527b308687c63bacb0cc038b386593.tar.bz2 |
doc: Fix spelling in arm_v8_1m_main_cde_mve_fp
Fix spelling mistakes introduced by my previous patch in this area.
2023-08-01 Christophe Lyon <christophe.lyon@linaro.org>
gcc/
* doc/sourcebuild.texi (arm_v8_1m_main_cde_mve_fp): Fix spelling.
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index e5d15d6..1a78b3c 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2186,12 +2186,12 @@ 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 Arm.1-M with +Arm target supports options to generate instructions from Armv8.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 +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. |