Skip to content

Commit a8e69f2

Browse files
authored
Address pre-release review feedback (#312)
1 parent deead7c commit a8e69f2

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
@@ -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

0 commit comments

Comments
 (0)