From ba8def5770d4b5fc83689fee12204aef8c8ae434 Mon Sep 17 00:00:00 2001 From: Alexandros Lamprineas Date: Tue, 5 Mar 2024 11:29:39 +0000 Subject: [PATCH] Update the release notes for Function Multi Versioning. --- main/acle.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/acle.md b/main/acle.md index a831751a..be479e02 100644 --- a/main/acle.md +++ b/main/acle.md @@ -360,9 +360,10 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin * Added the [Keyword attributes](#keyword-attributes) section. * Changed the [SME language extensions](#sme-language-extensions-and-intrinsics) to use keyword attributes instead of GNU-style attributes. -* Added missing word to Function Multi Versioning's [Name mangling](#name-mangling). * Added description of SVE reinterpret intrinsics. * Changes and fixes for [Function Multi Versioning](#function-multi-versioning): + * Changed the mangling rules [Name mangling](#name-mangling), such that + feature names are appended in lexicographic order, not in priority order. * Added [MOPS](#memcpy-family-of-operations-intrinsics---mops). * Align priorities to account for feature dependencies. * Introduce alternative names (aliases) `rdma` for `rdm`.