Re: [PATCH v3 07/14] tcg/riscv: Add support for basic vector opcodes
On 9/4/24 07:27, LIU Zhiwei wrote: From: TANG Tiancheng Signed-off-by: TANG Tiancheng Reviewed-by: Liu Zhiwei --- tcg/riscv/tcg-target-con-set.h | 1 + tcg/riscv/tcg-target.c.inc | 46 ++ tcg/riscv/tcg-target.h | 2 +- 3 files changed, 48 insert
[PATCH v3 07/14] tcg/riscv: Add support for basic vector opcodes
From: TANG Tiancheng Signed-off-by: TANG Tiancheng Reviewed-by: Liu Zhiwei --- tcg/riscv/tcg-target-con-set.h | 1 + tcg/riscv/tcg-target.c.inc | 46 ++ tcg/riscv/tcg-target.h | 2 +- 3 files changed, 48 insertions(+), 1 deletion(-) diff --git a/t