Skip to content

Commit

Permalink
Address pre-release review feedback
Browse files Browse the repository at this point in the history
This is a cherry-pick from a8e69f2
  • Loading branch information
rsandifo-arm authored and vhscampos committed Mar 27, 2024
1 parent 6e9d59f commit fdd1f6a
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 @@ -9473,12 +9473,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 fdd1f6a

Please sign in to comment.