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 @@ -423,6 +423,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
423
423
* Removed Function Multi Versioning features ebf16, memtag3, and rpres.
424
424
* Removed Function Multi Versioning feature dgh.
425
425
* Document Function Multi Versioning feature dependencies.
426
+ * Clarify Function Multi Versioning feature dependency rule.
426
427
* Simplified Function Multi Versioning version selection rules.
427
428
* Fixed range of operand `o0` (too small) in AArch64 system register designations.
428
429
* Fixed SVE2.1 quadword gather load/scatter store intrinsics.
@@ -2865,7 +2866,8 @@ The following table lists the architectures feature mapping for AArch64
2865
2866
If a feature depends on another feature as defined by the table below then:
2866
2867
2867
2868
* the depended-on feature *need not* be specified in the attribute,
2868
- * the depended-on feature *may* be specified in the attribute.
2869
+ * the depended-on feature *may* be specified in the attribute,
2870
+ * the depended-on feature *must* be of lower priority.
2869
2871
2870
2872
These dependencies are taken into account transitively when selecting the
2871
2873
most appropriate version of a function (see section [Selection](#selection)).
You can’t perform that action at this time.
0 commit comments