Skip to content

Commit 6272992

Browse files
committed
Make target attribute doesn't support FMV
1 parent f44cf57 commit 6272992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-c-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ statements, including both RISC-V specific and common operand modifiers.
658658

659659
## Function Multi-version
660660

661-
Function multi-versioning(FMV) provides an approach to selecting the appropriate function according to the runtime environment. This feature is triggered by `target/target_clones` function attribute. The compiler generates the resolver function based on the IFUNC mechanism. It expects that there is an API in the runtime environment for FMV to check if it fulfills all extension requirements.
661+
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. The compiler generates the resolver function based on the IFUNC mechanism. It expects that there is an API in the runtime environment for FMV to check if it fulfills all extension requirements.
662662

663663
### Runtime Feature API
664664

0 commit comments

Comments
 (0)