Skip to content

Commit 791cbb2

Browse files
Remove FMV initialism.
Write out Function multi-versioning instead.
1 parent d294acf commit 791cbb2

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
@@ -2771,8 +2771,8 @@ The following attributes trigger the multi version code generation:
27712771
* These attributes have no effect on the calling convention.
27722772
* All versions must use the same calling convention.
27732773
* If only the `default` version exist it should be linked directly.
2774-
* FMV might be disabled in compile time by a compiler flag. In this
2775-
case, the `default` version shall be used.
2774+
* Function Multi Versioning might be disabled in compile time by a compiler
2775+
flag. In this case, the `default` version shall be used.
27762776
* All function versions must be declared at the same scope level.
27772777
* The default version signature is the signature for calling
27782778
the multiversioned functions. Therefore, a versioned function

0 commit comments

Comments
 (0)