You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `target_clones` attribute is used to create multiple versions of a function. The compiler will emit multiple versions based on the provided arguments.
296
296
@@ -333,7 +333,7 @@ int bar() {
333
333
334
334
It makes the compiler trigger the [function multi-version](#function-multi-version) when there exist more than one version for the same function signature.
The `target_version` attribute is used to create one version of a function. Functions with the same signature may exist with multiple versions in the same translation unit.
0 commit comments