File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2018-08-21 Alan Hayward <
[email protected] >
2
+
3
+ * arch/aarch64.h (aarch64_regnum): Update comment.
4
+
1
5
2018-08-21 Alan Hayward <
[email protected] >
2
6
3
7
* NEWS: Add SVE to 8.2 section.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ enum aarch64_regnum
49
49
AARCH64_SVE_P15_REGNUM = AARCH64_SVE_P0_REGNUM + 15 , /* Last SVE predicate
50
50
register. */
51
51
AARCH64_SVE_FFR_REGNUM , /* SVE First Fault Register. */
52
- AARCH64_SVE_VG_REGNUM , /* SVE Vector Gradient . */
52
+ AARCH64_SVE_VG_REGNUM , /* SVE Vector Granule . */
53
53
54
54
/* Other useful registers. */
55
55
AARCH64_LAST_X_ARG_REGNUM = AARCH64_X0_REGNUM + 7 ,
@@ -71,7 +71,7 @@ enum aarch64_regnum
71
71
The number of bytes in an SVE Z register.
72
72
VQ : Vector Quotient.
73
73
The number of 128bit chunks in an SVE Z register.
74
- VG : Vector Gradient .
74
+ VG : Vector Granule .
75
75
The number of 64bit chunks in an SVE Z register. */
76
76
77
77
#define sve_vg_from_vl (vl ) ((vl) / 8)
You can’t perform that action at this time.
0 commit comments