File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9365,7 +9365,7 @@ tuple types `svboolx2_t` and `svboolx4_t`.
93659365
93669366These are opaque tuple types that can be accessed using the SVE intrinsics
93679367`svsetN`, `svgetN` and `svcreateN`. `svundef2` and `svundef4` are also extended
9368- to work with `svboolx2_t` and `svboolx4_t`. e.g.
9368+ to work with `svboolx2_t` and `svboolx4_t`. For example:
93699369
93709370``` c
93719371 svbool_t svget2[_b](svboolx2_t tuple, uint64_t imm_index);
@@ -9496,7 +9496,7 @@ SME2 adds operations that work on groups of SVE vectors, ZA tile slices or
94969496ZA array vectors. The intrinsics model this in the following way:
94979497
94989498* Multi-vector operands are groups of SVE data vectors, that use the same
9499- tuple types as defined in the [SVE ACLE](#sve-vector-types), e.g.
9499+ tuple types as defined in the [SVE ACLE](#sve-vector-types), for example,
95009500 `svint32x2_t` for a multi-vector operand of two 32-bit element vectors, or
95019501 `svint64x4_t` for a multi-vector operand of four 64-bit element vectors.
95029502
You can’t perform that action at this time.
0 commit comments