Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address pre-release review feedback #312

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading