]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: Fix vfwmaccbf16.vf
authorMax Chou <max.chou@sifive.com>
Thu, 5 Oct 2023 09:57:32 +0000 (17:57 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Thu, 12 Oct 2023 02:50:13 +0000 (12:50 +1000)
commit837570cef237b634eb4c245363470deebea7089d
tree467017b9d84c5e4e7b33bc268c0ce18c90bca898
parent8043effd9b0368c626192cde36c8b83389a617f6
target/riscv: Fix vfwmaccbf16.vf

The operator (fwmacc16) of vfwmaccbf16.vf helper function should be
replaced by fwmaccbf16.

Fixes: adf772b0f7 ("target/riscv: Add support for Zvfbfwma extension")
Signed-off-by: Max Chou <max.chou@sifive.com>
Reviewed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231005095734.567575-1-max.chou@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/vector_helper.c