Skip to content

Commit 9a9fe83

Browse files
committed
Rewrite FMV's section
1 parent facc1e5 commit 9a9fe83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

riscv-c-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,4 +728,6 @@ statements, including both RISC-V specific and common operand modifiers.
728728

729729
## Function Multi-version
730730

731-
Function multi-versioning(FMV) provides an approach to selecting the appropriate function according to the runtime environment. This feature is triggered by `target_version/target_clones` function attribute.
731+
Function multi-versioning(FMV) provides an approach to selecting the appropriate function according to the runtime environment. The final binary may contain all versions of the function, with the compiler generating all supported versions and the runtime selecting the appropriate one.
732+
733+
This feature is triggered by `target_version/target_clones` function attribute.

0 commit comments

Comments
 (0)