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 @@ -9473,12 +9473,12 @@ The intrinsics in this section have the following properties in common:
94739473
94749474* Some SME instructions identify a slice of ZA using the sum of a 32-bit
94759475 general-purpose register and an immediate offset. The intrinsics for
9476- these instructions have a 32-bit argument called `slice`, which is
9476+ these instructions have a 32-bit argument named `slice`, which is
94779477 interpreted as follows:
94789478
94799479 * If the intrinsic also has a `vnum` argument, the ZA slice number
94809480 is calculated by adding `vnum` to `slice`. Both `slice` and `vnum`
9481- can both be variable.
9481+ can be variable.
94829482
94839483 * Otherwise, `slice` specifies the ZA slice number directly; that is,
94849484 it represents the sum of the 32-bit register and the immediate
You can’t perform that action at this time.
0 commit comments