From 91d813b9699cd8f024a7714e887aadfbd3486a43 Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Mon, 6 May 2024 17:02:38 +0800 Subject: [PATCH] Fix typo for asterisks Fix #315 --- doc/rvv-intrinsic-spec.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rvv-intrinsic-spec.adoc b/doc/rvv-intrinsic-spec.adoc index 8a67d1979..7f40d0c94 100644 --- a/doc/rvv-intrinsic-spec.adoc +++ b/doc/rvv-intrinsic-spec.adoc @@ -417,7 +417,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 ({empty}*) 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"] @@ -446,7 +446,7 @@ Floating-point types with element widths of 32 (Types=`float`) require the `zve3 Floating-point types with element widths of 64 (Types=`double`) require the `zve64d` extension to be specified in the architecture. -Types with subscript "^\*^" are available when `ELEN >= 64` (that is, unavailable under `Zve32f` and require at least `Zve64f`). +Types with an asterisk ({empty}*) 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"] @@ -461,7 +461,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 ({empty}*) 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"]