Skip to content

Commit 079e36e

Browse files
authored
[FMV] Upgrade Function Multi Versioning to Release support level. (#425)
Support level is now production ready, therefore remove the Beta annotation.
1 parent 4eb322f commit 079e36e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

main/acle.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
472472
* Added support for modal 8-bit floating point matrix multiply-accumulate widening intrinsics.
473473
* Added support for 16-bit floating point matrix multiply-accumulate widening intrinsics.
474474
* Added restrictions of Function Multi Versioning's use with other extensions.
475+
* Upgrade Function Multi Versioning to Release support level.
475476

476477
### References
477478

@@ -2776,10 +2777,6 @@ This attribute does not apply to AArch64.
27762777

27772778
## Function Multi Versioning
27782779

2779-
The specification for Function Multi Versioning is in [**Beta**
2780-
state](#current-status-and-anticipated-changes) and might change or be
2781-
extended in the future.
2782-
27832780
Function Multi Versioning provides a convenient way to select the most
27842781
appropriate version of a function at runtime. All versions of the
27852782
function may be in the final binary. The compiler generates all

0 commit comments

Comments
 (0)