]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: Fix vslidedown with rvv_ta_all_1s
authorAnton Blanchard <antonb@tenstorrent.com>
Mon, 14 Apr 2025 21:30:06 +0000 (21:30 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 20 May 2025 06:59:28 +0000 (09:59 +0300)
commit95c0e6e06516ec4bd552a272663f493c6faf5151
treeff65a0674a54037713354ebc8a055849ca990ca8
parent7b217815625381bca49067ac6d12c10556a76e11
target/riscv: Fix vslidedown with rvv_ta_all_1s

vslidedown always zeroes elements past vl, where it should use the
tail policy.

Signed-off-by: Anton Blanchard <antonb@tenstorrent.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20250414213006.3509058-1-antonb@tenstorrent.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Cc: qemu-stable@nongnu.org
(cherry picked from commit 2669b696e243b64f8ea1a6468dcee255de99f08d)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/riscv/vector_helper.c