]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w
authorMax Chou <max.chou@sifive.com>
Fri, 22 Mar 2024 09:25:57 +0000 (17:25 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 5 Jun 2024 10:05:02 +0000 (13:05 +0300)
commitc4173e4cafaaa306fea40ed5fce4cc27fee3f0d5
tree7c6c9ed8a9cb3bfd47a859d30a2df4280c23f934
parentd813f356ad05194110fdcc4e162b164d74bf33ec
target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w

The opfv_narrow_check needs to check the single width float operator by
require_rvf.

Signed-off-by: Max Chou <max.chou@sifive.com>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Cc: qemu-stable <qemu-stable@nongnu.org>
Message-ID: <20240322092600.1198921-4-max.chou@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
(cherry picked from commit 692f33a3abcaae789b08623e7cbdffcd2c738c89)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/riscv/insn_trans/trans_rvv.c.inc