From df1445804e5412135f9818d06aa619edf9b213cf Mon Sep 17 00:00:00 2001 From: Piyou Chen Date: Mon, 19 Aug 2024 03:21:25 -0700 Subject: [PATCH] Make Version Selection as hypelink --- riscv-c-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riscv-c-api.md b/riscv-c-api.md index 73deaa8..cd04a70 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.