public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8273] RISC-V: Document the syntax of -march
@ 2024-01-19  7:28 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2024-01-19  7:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5a22bb250d8f4ad239e12fea9828c18a0aa23e38

commit r14-8273-g5a22bb250d8f4ad239e12fea9828c18a0aa23e38
Author: Kito Cheng <kito.cheng@sifive.com>
Date:   Mon Jan 8 17:30:56 2024 +0800

    RISC-V: Document the syntax of -march
    
    gcc/ChangeLog
    
            * doc/invoke.texi (RISC-V Options): Document the syntax of -march.

Diff:
---
 gcc/doc/invoke.texi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 0ef2b894ea9..c0e513c8f27 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -30097,6 +30097,22 @@ Generate code for given RISC-V ISA (e.g.@: @samp{rv64im}).  ISA strings must be
 lower-case.  Examples include @samp{rv64i}, @samp{rv32g}, @samp{rv32e}, and
 @samp{rv32imaf}.
 
+The syntax of the ISA string is defined as follows:
+
+@table @code
+@item The string must start with @samp{rv32} or @samp{rv64}, followed by
+@samp{i}, @samp{e}, or @samp{g}, referred to as the base ISA.
+@item The subsequent part of the string is a list of extension names. Extension
+names can be categorized as multi-letter (e.g.@: @samp{zba}) and single-letter
+(e.g.@: @samp{v}). Single-letter extensions can appear consecutively,
+but multi-letter extensions must be separated by underscores.
+@item An underscore can appear anywhere after the base ISA. It has no specific
+effect but is used to improve readability and can act as a separator.
+@item Extension names may include an optional version number, following the
+syntax @samp{<major>p<minor>} or @samp{<major>}, (e.g.@: @samp{m2p1} or
+@samp{m2}).
+@end table
+
 When @option{-march=} is not specified, use the setting from @option{-mcpu}.
 
 If both @option{-march} and @option{-mcpu=} are not specified, the default for

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-19  7:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-19  7:28 [gcc r14-8273] RISC-V: Document the syntax of -march Kito Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).