RE: [PATCH] RISC-V: Add __RISCV_ prefix to VXRM and FRM enum

2023-06-01 Thread Li, Pan2 via Gcc-patches
: Add __RISCV_ prefix to VXRM and FRM enum On 6/1/23 17:19, juzhe.zh...@rivai.ai wrote: > From: Juzhe-Zhong > > According to doc: > https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/222/files > https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/226 > > Add __RISC

Re: [PATCH] RISC-V: Add __RISCV_ prefix to VXRM and FRM enum

2023-06-01 Thread Jeff Law via Gcc-patches
On 6/1/23 17:19, juzhe.zh...@rivai.ai wrote: From: Juzhe-Zhong According to doc: https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/222/files https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/226 Add __RISCV_ prefix to VXRM and FRM enum. gcc/ChangeLog: * config/riscv/r