File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ rules and more extensions added into RISC-V, the canonical order is non-obvious
6767to humans, so tools should accept the ISA string in non-canonical order to reduce
6868the burden of remembering the canonical order.
6969
70- Detail rule for ISA string:
70+ Detail rules for ISA string:
7171
72721 . First letter must be ` i ` , ` e ` or ` g ` .
73732 . Single-letter may be non-canonical order.
@@ -94,12 +94,12 @@ If the 'C' (compressed) instruction set extension is targeted, the compiler
9494will generate compressed instructions where possible.
9595
9696NOTE: Single-letter extension with version (e.g. ` m2p0 ` ) is still treated as
97- a single-letter extension, we won't treat it as multi-letter extension.
97+ a single-letter extension, it won't be treated as a multi-letter extension.
9898
9999NOTE: Any output of ISA string like ` Tag_RISCV_arch ` must be canonical order.
100100
101101NOTE: Cross-tool argument are highly recommended to be passed in canonical order
102- for backward compatible .
102+ for backward compatibility .
103103
104104### Issues for consideration
105105* Whether ` riscv32 ` and ` riscv64 ` should be accepted as synonyms for ` rv32 `
You can’t perform that action at this time.
0 commit comments