Skip to content

Commit

Permalink
Make target attribute doesn't support FMV
Browse files Browse the repository at this point in the history
  • Loading branch information
BeMg committed Dec 14, 2023
1 parent f44cf57 commit 6272992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-c-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ statements, including both RISC-V specific and common operand modifiers.

## Function Multi-version

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.
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.

### Runtime Feature API

Expand Down

0 comments on commit 6272992

Please sign in to comment.