diff --git a/doc/rvv-intrinsic-spec.adoc b/doc/rvv-intrinsic-spec.adoc index fe810e4bf..0b5b13f94 100644 --- a/doc/rvv-intrinsic-spec.adoc +++ b/doc/rvv-intrinsic-spec.adoc @@ -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"] @@ -441,7 +441,7 @@ Floating-point types with element widths of 64 (Types=`double`) require the `zve NOTE: Although C++23 introduces `` 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"] @@ -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"]