Skip to content

Commit 4dfdc7f

Browse files
committed
Replace latin contractions
1 parent 9ec2de7 commit 4dfdc7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/acle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9365,7 +9365,7 @@ tuple types `svboolx2_t` and `svboolx4_t`.
93659365

93669366
These 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
94969496
ZA 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

0 commit comments

Comments
 (0)