Skip to content

Commit

Permalink
Fix rendering of vector type table 2
Browse files Browse the repository at this point in the history
Table 2 does not render for me in github.  Delimiting the end of the
table resolves this.

Also add newline after Table 2 header row so that it appears in bold
like in Table 1.
  • Loading branch information
craigblackmore committed May 2, 2024
1 parent 60b1424 commit 8f975f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vector_type_infos.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@
| __rvv_vint64m8_t | vint64m8_t | (VLEN / 8) * 8 | 8
| __rvv_vuint64m8_t | vuint64m8_t | (VLEN / 8) * 8 | 8
| __rvv_vfloat64m8_t | vfloat64m8_t | (VLEN / 8) * 8 | 8
|===
.Type sizes and alignments for vector tuple types
[cols="4,3,>3,>2"]
[width=80%]
|===
| Internal Name | Type | Size (Bytes) | Alignment (Bytes)
| __rvv_vint8mf8x2_t | vint8mf8x2_t | (VLEN / 8) / 4 | 1
| __rvv_vuint8mf8x2_t | vuint8mf8x2_t | (VLEN / 8) / 4 | 1
| __rvv_vfloat8mf8x2_t | vfloat8mf8x2_t | (VLEN / 8) / 4 | 1
Expand Down Expand Up @@ -477,3 +480,4 @@
| __rvv_vint64m4x2_t | vint64m4x2_t | (VLEN / 8) * 8 | 8
| __rvv_vuint64m4x2_t | vuint64m4x2_t | (VLEN / 8) * 8 | 8
| __rvv_vfloat64m4x2_t | vfloat64m4x2_t | (VLEN / 8) * 8 | 8
|===

0 comments on commit 8f975f6

Please sign in to comment.