Skip to content

Commit

Permalink
Address pre-release review feedback (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandifo-arm committed Mar 26, 2024
1 parent deead7c commit a8e69f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -9483,12 +9483,12 @@ The intrinsics in this section have the following properties in common:

* Some SME instructions identify a slice of ZA using the sum of a 32-bit
general-purpose register and an immediate offset. The intrinsics for
these instructions have a 32-bit argument called `slice`, which is
these instructions have a 32-bit argument named `slice`, which is
interpreted as follows:

* If the intrinsic also has a `vnum` argument, the ZA slice number
is calculated by adding `vnum` to `slice`. Both `slice` and `vnum`
can both be variable.
can be variable.

* Otherwise, `slice` specifies the ZA slice number directly; that is,
it represents the sum of the 32-bit register and the immediate
Expand Down

0 comments on commit a8e69f2

Please sign in to comment.