Skip to content
Merged
Changes from 2 commits
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
7 changes: 2 additions & 5 deletions main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2025Q3
date-of-issue: 14 November 2025
# LaTeX specific variables
copyright-text: "Copyright: see section \\texorpdfstring{\\nameref{copyright}}{Copyright}."
draftversion: false
draftversion: true
# Jekyll specific variables
header_counter: true
toc: true
Expand Down Expand Up @@ -471,6 +471,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin

* Added support for modal 8-bit floating point matrix multiply-accumulate widening intrinsics.
* Added support for 16-bit floating point matrix multiply-accumulate widening intrinsics.
* Upgrade Function Multi Versioning to Release support level.

### References

Expand Down Expand Up @@ -2775,10 +2776,6 @@ This attribute does not apply to AArch64.

## Function Multi Versioning

The specification for Function Multi Versioning is in [**Beta**
state](#current-status-and-anticipated-changes) and might change or be
extended in the future.

Function Multi Versioning provides a convenient way to select the most
appropriate version of a function at runtime. All versions of the
function may be in the final binary. The compiler generates all
Expand Down