]> 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)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 13 Oct 2023 15:22:57 +0000 (18:22 +0300)
commitcc33ee45d62d14926a3352254b9f5d00faa946f8
treeb8639d86cb4f60c7cc8b70741055e1d4a378d342
parenta8c0d82f7b8d912e34a79f738c1e4bbcfb205f15
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>
(cherry picked from commit 837570cef237b634eb4c245363470deebea7089d)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/riscv/vector_helper.c