Re: [PATCH 0/1] tcg: Adjust simd_desc size encoding

2020-08-31 Thread Frank Chang
On Tue, Sep 1, 2020 at 6:29 AM Richard Henderson < richard.hender...@linaro.org> wrote: > Frank, this is intended to address the vector size limitation > that you encountered with the risc-v rvv patch set, as per > > https://lists.gnu.org/archive/html/qemu-devel/2020-08/msg07924.html > > although

[PATCH 0/1] tcg: Adjust simd_desc size encoding

2020-08-31 Thread Richard Henderson
Frank, this is intended to address the vector size limitation that you encountered with the risc-v rvv patch set, as per https://lists.gnu.org/archive/html/qemu-devel/2020-08/msg07924.html although not exactly like that email says. This will allow vectors up to 2k bytes in length. Please test, i