File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
364
364
* Changes and fixes for [Function Multi Versioning](#function-multi-versioning):
365
365
* Changed the mangling rules [Name mangling](#name-mangling), such that
366
366
feature names are appended in lexicographic order, not in priority order.
367
+ * Mangled names contain a unique set of features (no duplicates).
367
368
* Added [MOPS](#memcpy-family-of-operations-intrinsics---mops).
368
369
* Align priorities to account for feature dependencies.
369
370
* Introduce alternative names (aliases) `rdma` for `rdm`.
@@ -2526,7 +2527,8 @@ the [[cxxabi]](#cxxabi), and it is defined as follows:
2526
2527
```
2527
2528
2528
2529
If multiple features are requested then those shall be appended in lexicographic
2529
- order and prefixed with `M`.
2530
+ order and prefixed with `M`. The mangled name shall contain a unique set of
2531
+ features (duplication of features is not allowed).
2530
2532
2531
2533
For example:
2532
2534
``` c
You can’t perform that action at this time.
0 commit comments