1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# DP: This patch was converted from git-doc-updates.diff
# DP: Original comment:
# DP:
# DP: updates from the 15 branch upto 20250911 (documentation).
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -2379,6 +2379,9 @@ whether it does so by default).
@item aarch64_sve2p1_hw
AArch64 target that is able to generate and execute SVE2.1 code (regardless of
whether it does so by default).
+@item aarch64_sme_hw
+AArch64 target that is able to generate and execute SME code (regardless of
+whether it does so by default).
@item aarch64_fjcvtzs_hw
AArch64 target that is able to generate and execute armv8.3-a FJCVTZS
|