File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments