On Fri, Mar 14, 2025 at 1:24 AM Paolo Savini <paolo.sav...@embecosm.com> wrote: > > Previous versions: > > - RFC v1: > https://lore.kernel.org/all/20241218170840.1090473-1-paolo.sav...@embecosm.com/ > - RFC v2: > https://lore.kernel.org/all/20241220153834.16302-1-paolo.sav...@embecosm.com/ > - RFC v3: > https://lore.kernel.org/all/20250122164905.13615-1-paolo.sav...@embecosm.com/ > > Version v4 of this patch brings the following changes: > > - removed the host specific conditions so that the behaviour of the emulation > doesn't depend on the host we are running on. > The intruduction of this extra complexity is not worth the very marginal > performance improvement, when the overall performance improves anyway > considerably without. > - added reviewers contacts (thanks all for reviewing the work). > - changed the header from RFC to PATCH. > > Cc: Richard Handerson <richard.hender...@linaro.org> > Cc: Palmer Dabbelt <pal...@dabbelt.com> > Cc: Alistair Francis <alistair.fran...@wdc.com> > Cc: Bin Meng <bmeng...@gmail.com> > Cc: Weiwei Li <liwei1...@gmail.com> > Cc: Daniel Henrique Barboza <dbarb...@ventanamicro.com> > Cc: Liu Zhiwei <zhiwei_...@linux.alibaba.com> > Cc: Helene Chelin <helene.che...@embecosm.com> > Cc: Nathan Egge <ne...@google.com> > Cc: Max Chou <max.c...@sifive.com> > Cc: Jeremy Bennett <jeremy.benn...@embecosm.com> > Cc: Craig Blackmore <craig.blackm...@embecosm.com> > > > Paolo Savini (1): > target/riscv: use tcg ops generation to emulate whole reg rvv > loads/stores.
Thanks! Applied to riscv-to-apply.next Alistair > > target/riscv/insn_trans/trans_rvv.c.inc | 155 +++++++++++++++++------- > 1 file changed, 108 insertions(+), 47 deletions(-) > > -- > 2.34.1 >