Re: [PATCH] target/riscv: Fix vfwmaccbf16.vf

2023-10-10 Thread Alistair Francis
On Thu, Oct 5, 2023 at 8:29 PM Max Chou wrote: > > The operator (fwmacc16) of vfwmaccbf16.vf helper function should be > replaced by fwmaccbf16. > > Signed-off-by: Max Chou Thanks! Applied to riscv-to-apply.next Alistair > --- > target/riscv/vector_helper.c | 2 +- > 1 file changed, 1 insert

Re: [PATCH] target/riscv: Fix vfwmaccbf16.vf

2023-10-10 Thread LIU Zhiwei
On 2023/10/5 17:57, Max Chou wrote: The operator (fwmacc16) of vfwmaccbf16.vf helper function should be replaced by fwmaccbf16. Signed-off-by: Max Chou --- target/riscv/vector_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/riscv/vector_helper.c b/target

Re: [PATCH] target/riscv: Fix vfwmaccbf16.vf

2023-10-05 Thread Philippe Mathieu-Daudé
On 5/10/23 11:57, Max Chou wrote: The operator (fwmacc16) of vfwmaccbf16.vf helper function should be replaced by fwmaccbf16. Fixes: adf772b0f7 ("target/riscv: Add support for Zvfbfwma extension") Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Max Chou --- target/riscv/vector_helper

[PATCH] target/riscv: Fix vfwmaccbf16.vf

2023-10-05 Thread Max Chou
The operator (fwmacc16) of vfwmaccbf16.vf helper function should be replaced by fwmaccbf16. Signed-off-by: Max Chou --- target/riscv/vector_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/riscv/vector_helper.c b/target/riscv/vector_helper.c index 3fb05cc3d6e..