Skip to content

Commit

Permalink
Fix typo for asterisks
Browse files Browse the repository at this point in the history
Fix #315
  • Loading branch information
kito-cheng committed May 6, 2024
1 parent 6be31ff commit 6ff765c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/rvv-intrinsic-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ Non-mask (integer and floating-point) data types have SEW and LMUL encoded.

Integer types have EEW and EMUL encoded into the type. The first row describes the EMUL and the first column describes the data type and element width of the scalar type.

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

.Integer types
[options="autowidth,header",float="center",align="center",cols="<1,<2,<2,<2,<2,<2,<2,<2"]
Expand Down Expand Up @@ -441,7 +441,7 @@ Floating-point types with element widths of 64 (Types=`double`) require the `zve

NOTE: Although C++23 introduces `<stdfloat>` for fixed-width floating-point types, this latest standard is not yet supported in the upstream RISC-V compiler. The specification (along with the prototype lists in appendix) uses `Float16`/`float`/`double` to represent the floating-point type with element width of 16/32/64.

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

.Floating-point types
[options="autowidth,header",float="center",align="center",cols="<1,<2,<2,<2,<2,<2,<2,<2"]
Expand All @@ -456,7 +456,7 @@ 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`).
Types with an asterisk (^\*^) 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"]
Expand Down

0 comments on commit 6ff765c

Please sign in to comment.