File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9483,12 +9483,12 @@ The intrinsics in this section have the following properties in common:
9483
9483
9484
9484
* Some SME instructions identify a slice of ZA using the sum of a 32-bit
9485
9485
general-purpose register and an immediate offset. The intrinsics for
9486
- these instructions have a 32-bit argument called `slice`, which is
9486
+ these instructions have a 32-bit argument named `slice`, which is
9487
9487
interpreted as follows:
9488
9488
9489
9489
* If the intrinsic also has a `vnum` argument, the ZA slice number
9490
9490
is calculated by adding `vnum` to `slice`. Both `slice` and `vnum`
9491
- can both be variable.
9491
+ can be variable.
9492
9492
9493
9493
* Otherwise, `slice` specifies the ZA slice number directly; that is,
9494
9494
it represents the sum of the 32-bit register and the immediate
You can’t perform that action at this time.
0 commit comments