From fdd1f6a4c835758bfd64bbc85204864d3dcf6183 Mon Sep 17 00:00:00 2001 From: rsandifo-arm Date: Tue, 26 Mar 2024 12:01:14 +0000 Subject: [PATCH] Address pre-release review feedback This is a cherry-pick from a8e69f27fdc7a8d216bfb9442f4acb0d44462381 --- main/acle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/acle.md b/main/acle.md index 67fd30ef..f5bdf6f2 100644 --- a/main/acle.md +++ b/main/acle.md @@ -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