Re: [PATCH] RISC-V: Remove non-existing 'Zve32d' extension

2023-08-09 Thread Jeff Law via Gcc-patches
On 8/9/23 00:09, Tsukasa OI via Gcc-patches wrote: Since this extension does not exist, this commit prunes this from the defined extension version table. gcc/ChangeLog: * common/config/riscv/riscv-common.cc(riscv_ext_version_table): Remove 'Zve32d' from the version list. Tha

[PATCH] RISC-V: Remove non-existing 'Zve32d' extension

2023-08-08 Thread Tsukasa OI via Gcc-patches
From: Tsukasa OI Since this extension does not exist, this commit prunes this from the defined extension version table. gcc/ChangeLog: * common/config/riscv/riscv-common.cc(riscv_ext_version_table): Remove 'Zve32d' from the version list. --- gcc/common/config/riscv/riscv-common