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:
94839483
94849484* Some SME instructions identify a slice of ZA using the sum of a 32-bit
94859485 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
94879487 interpreted as follows:
94889488
94899489 * If the intrinsic also has a `vnum` argument, the ZA slice number
94909490 is calculated by adding `vnum` to `slice`. Both `slice` and `vnum`
9491- can both be variable.
9491+ can be variable.
94929492
94939493 * Otherwise, `slice` specifies the ZA slice number directly; that is,
94949494 it represents the sum of the 32-bit register and the immediate
You can’t perform that action at this time.
0 commit comments