diff --git a/riscv-c-api.md b/riscv-c-api.md index 73deaa8..86fb099 100644 --- a/riscv-c-api.md +++ b/riscv-c-api.md @@ -337,7 +337,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. @@ -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.