Skip to content

Commit 15fb228

Browse files
author
Jim Wilson
authored
Merge pull request #16 from simonpcook/patch-1
Correct example definition of __riscv_f
2 parents 886dff5 + 445e1df commit 15fb228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-c-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ which is compute by following formula:
5555
```
5656

5757
For example:
58-
- F-extension v2.2 will define `__riscv_f` as `20002000`.
58+
- F-extension v2.2 will define `__riscv_f` as `2002000`.
5959
- B-extension v0.92 will define `__riscv_b` as `92000`.
6060

6161
| Name | Value | When defined |

0 commit comments

Comments
 (0)