File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2843,14 +2843,14 @@ For example, it can be implemented as:
2843
2843
2844
2844
### Target version strings
2845
2845
2846
- A target version string is of the following form:
2846
+ A target version string has the following form:
2847
2847
2848
2848
```
2849
2849
<target version string> := 'default'
2850
2850
| <version string>
2851
- <version string> := <priority string > ';' <arch strings >
2851
+ <version string> := <arch strings > ';' <priority string >
2852
2852
| <arch strings>
2853
- <priority string> := 'priority=[1-31 ]'
2853
+ <priority string> := 'priority=[1-255 ]'
2854
2854
<arch strings> := <arch strings> '+' arch extension
2855
2855
| arch extension
2856
2856
```
@@ -2863,8 +2863,8 @@ Valid string examples are given below
2863
2863
default
2864
2864
dotprod
2865
2865
dotprod+flagm
2866
- priority=5;sve
2867
- priority=23; sve2+sme2
2866
+ sve; priority=5
2867
+ sve2+sme2;priority=23
2868
2868
```
2869
2869
2870
2870
### Name mangling
@@ -2883,7 +2883,7 @@ the [[cxxabi]](#cxxabi), and it is defined as follows:
2883
2883
<vendor specific suffix> := `_` followed by token obtained from the tables below and prefixed with `M`
2884
2884
```
2885
2885
2886
- Note, priority values do not affect mangling.
2886
+ Priority values do not affect mangling.
2887
2887
2888
2888
If multiple features are requested then those shall be appended in lexicographic
2889
2889
order and prefixed with `M`. The mangled name shall contain a unique set of
You can’t perform that action at this time.
0 commit comments