Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin

* Added feature test macro for FEAT_SSVE_FEXPA.
* Added feature test macro for FEAT_CSSC.
* Added restrictions of Function Multi Versioning's use with other extensions.

### References

Expand Down Expand Up @@ -2788,6 +2789,8 @@ The following attributes trigger the multi version code generation:
* as a function annotated with `target_version("default")`,
* or, as a function annotated with `target_clones(...)` where one
of the versions is `default`.
* Using any C/C++ extensions or attributes that affect function name mangling,
or that clone functions alongside Function Multi Versioning is not supported.

The attribute `__attribute__((target_version("<target version string>")))` expresses the
following:
Expand Down