Skip to content

Commit f7765b8

Browse files
rsandifo-armvhscampos
authored andcommitted
Address pre-release review feedback
This is a cherry-pick from a8e69f2
1 parent 4a87872 commit f7765b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/acle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)