We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c3910 commit 4eb322fCopy full SHA for 4eb322f
1 file changed
main/acle.md
@@ -2801,8 +2801,8 @@ The following attributes trigger the multi version code generation:
2801
* These attributes have no effect on the calling convention.
2802
* All versions must use the same calling convention.
2803
* 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.
+* Function Multi Versioning might be disabled at compile time by a compiler
+ flag. In this case, the `default` version shall be used.
2806
* All function versions must be declared at the same scope level.
2807
* The default version signature is the signature for calling
2808
the multiversioned functions. Therefore, a versioned function
0 commit comments