Skip to content

Commit 1b7b772

Browse files
committed
more fixes
1 parent 6b3ead8 commit 1b7b772

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.mkd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ rules and more extensions added into RISC-V, the canonical order is non-obvious
6767
to humans, so tools should accept the ISA string in non-canonical order to reduce
6868
the burden of remembering the canonical order.
6969

70-
Detail rule for ISA string:
70+
Detail rules for ISA string:
7171

7272
1. First letter must be `i`, `e` or `g`.
7373
2. Single-letter may be non-canonical order.
@@ -94,12 +94,12 @@ If the 'C' (compressed) instruction set extension is targeted, the compiler
9494
will generate compressed instructions where possible.
9595

9696
NOTE: 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

9999
NOTE: Any output of ISA string like `Tag_RISCV_arch` must be canonical order.
100100

101101
NOTE: 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`

0 commit comments

Comments
 (0)