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

2020-06-24 Thread Alistair Francis
On Tue, Jun 23, 2020 at 3:00 PM 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-v11). > All the test cases are in the

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

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

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

2020-06-23 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-v11). All the test cases are in the directory qemu/tests/riscv/vector/. They are riscv64 linux user mode