Skip to content

Commit

Permalink
Make Version Selection as hypelink
Browse files Browse the repository at this point in the history
  • Loading branch information
BeMg committed Aug 19, 2024
1 parent 2b9c6a4 commit 5c8f451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-c-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ int bar() {
}
```
The `priority` accepts a digit as the version priority during Version Selection. If `priority` doesn't exist, then the priority of version defaults to zero.
The `priority` accepts a digit as the version priority during [Version Selection](#Version_Selection). If `priority` doesn't exist, then the priority of version defaults to zero.
It makes the compiler trigger the [function multi-version](#function-multi-version) when there exist more than one version for the same function signature.
Expand Down

0 comments on commit 5c8f451

Please sign in to comment.