Re: [PATCH v12 00/61] target/riscv: support vector extension v0.7.1

2020-07-01 Thread Alistair Francis
On Wed, Jul 1, 2020 at 8:26 AM LIU Zhiwei wrote: > > This patchset implements the vector extension for RISC-V on QEMU. > > You can also find the patchset and all *test cases* in > my repo(https://github.com/romanheros/qemu.git branch:vector-upstream-v12). > All the test cases are in the directory

Re: [PATCH v12 00/61] target/riscv: support vector extension v0.7.1

2020-07-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200701152549.1218-1-zhiwei_...@c-sky.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v12 00/61] target/riscv: support vector extension v0.7.1 Type: series Message-id

[PATCH v12 00/61] target/riscv: support vector extension v0.7.1

2020-07-01 Thread LIU Zhiwei
This patchset implements the vector extension for RISC-V on QEMU. You can also find the patchset and all *test cases* in my repo(https://github.com/romanheros/qemu.git branch:vector-upstream-v12). All the test cases are in the directory qemu/tests/riscv/vector/. They are riscv64 linux user mode pr