Skip to content

Commit

Permalink
vbool64_t requires Zve64x
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Topper <[email protected]>
  • Loading branch information
topperc committed Dec 11, 2023
1 parent ca6e4ce commit bee4f5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/rvv-intrinsic-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -456,11 +456,13 @@ Types with subscript "^\*^" are available when `ELEN >= 64` (that is, unavailabl

Mask types have the ratio that is derived from `EEW`/`EMUL` encoded into the type. The mask types represent mask register values that follows the Mask Register Layout ^14^.

Types with subscript "^\*^" are available when `ELEN >= 64` (that is, unavailable under `Zve32x` and require at least `Zve64x`).

.Mask types
[options="autowidth,header",float="center",align="center",cols="<1,<2,<2,<2,<2,<2,<2,<2"]
|===
| Types | n = 1 | n = 2 | n = 4 | n = 8 | n = 16 | n = 32 | n = 64
| bool | vbool1_t | vbool2_t | vbool4_t | vbool8_t | vbool16_t | vbool32_t | vbool64_t
| bool | vbool1_t | vbool2_t | vbool4_t | vbool8_t | vbool16_t | vbool32_t | vbool64_t^*^
|===

=== Tuple type
Expand Down

0 comments on commit bee4f5d

Please sign in to comment.