Skip to content

Commit 4eb322f

Browse files
Remove FMV initialism (#417)
Expand the FMV acronym into "Function Multi Versioning".
1 parent e7c3910 commit 4eb322f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/acle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2801,8 +2801,8 @@ The following attributes trigger the multi version code generation:
28012801
* These attributes have no effect on the calling convention.
28022802
* All versions must use the same calling convention.
28032803
* If only the `default` version exist it should be linked directly.
2804-
* FMV might be disabled in compile time by a compiler flag. In this
2805-
case, the `default` version shall be used.
2804+
* Function Multi Versioning might be disabled at compile time by a compiler
2805+
flag. In this case, the `default` version shall be used.
28062806
* All function versions must be declared at the same scope level.
28072807
* The default version signature is the signature for calling
28082808
the multiversioned functions. Therefore, a versioned function

0 commit comments

Comments
 (0)