Skip to content

Commit 6896b5b

Browse files
committed
Editorial notes on bit locations
1 parent a83fedd commit 6896b5b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/integrated-matrix.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ The `altfmt_A` and `altfmt_B` bits are currently assigned to `vtype[9]`
349349
and `vtype[10]`, which fall within the immediate operand of `vsetvli`.
350350
These bits are expected to move outside the `vsetvli` immediate field in a
351351
future revision. The likely final location is just below the `lambda[2:0]`
352-
bits (i.e., at `vtype[XLEN-5]` and `vtype[XLEN-6]`).
352+
bits (i.e., at `vtype[XLEN-5]` and `vtype[XLEN-6]`, respectively).
353353
====
354354

355355
===== Floating-point instructions
@@ -402,6 +402,16 @@ the block size used for microscaling operations (`vm=0`). When `vm=1`, the
402402
| 1 | 16 elements
403403
|===
404404

405+
[NOTE]
406+
.Editorial Note
407+
====
408+
The `bs` bit is currently assigned to `vtype[11]`,
409+
which falls within the immediate operand of `vsetvli`.
410+
This bit is expected to move outside the `vsetvli` immediate field in a
411+
future revision. The likely final location is just below the `altfmt_A` and `altfmt_B`
412+
bits (i.e., at `vtype[XLEN-7]`).
413+
====
414+
405415
=== Storage formats
406416

407417
==== Element packing in input tiles

0 commit comments

Comments
 (0)