Re: [PATH 1/6] RISC-V: Add vector mask

2020-06-12 Thread Jim Wilson
On Fri, Jun 12, 2020 at 7:30 AM 戎杰杰(无音) wrote: > - The first version for vector extension and verified on rv64imafdcv linux > target with qemu. There is no RISC-V vector extension. There is only a draft proposal to add one to the ISA. Our policy has always been to wait for draft proposals to b

[PATH 1/6] RISC-V: Add vector mask

2020-06-12 Thread 无音
- The first version for vector extension and verified on rv64imafdcv linux target with qemu. gcc/ChangeLog: * common/config/riscv/riscv-common.c: Parse vector extension. * config/riscv/riscv.opt (TARGET_VECTOR): New. --- gcc/common/config/riscv/riscv-common.c | 4 gcc/confi