From 5c8f451357240dbfac123a01860d74f97decfde3 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv-c-api.md b/riscv-c-api.md index 73deaa8..8a2939a 100644 --- a/riscv-c-api.md +++ b/riscv-c-api.md @@ -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.