Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2771,8 +2771,8 @@ The following attributes trigger the multi version code generation:
* These attributes have no effect on the calling convention.
* All versions must use the same calling convention.
* If only the `default` version exist it should be linked directly.
* FMV might be disabled in compile time by a compiler flag. In this
case, the `default` version shall be used.
* Function Multi Versioning might be disabled in compile time by a compiler
flag. In this case, the `default` version shall be used.
* All function versions must be declared at the same scope level.
* The default version signature is the signature for calling
the multiversioned functions. Therefore, a versioned function
Expand Down