Re: [PATCH 1/7] RISC-V: Recognize xventanacondops extension

2022-11-17 Thread Jeff Law via Gcc-patches
On 11/12/22 14:29, Philipp Tomsich wrote: This adds the xventanacondops extension to the option parsing and as a default for the ventana-vt1 core: gcc/Changelog: * common/config/riscv/riscv-common.cc: Recognize "xventanacondops" as part of an architecture string. *

[PATCH 1/7] RISC-V: Recognize xventanacondops extension

2022-11-12 Thread Philipp Tomsich
This adds the xventanacondops extension to the option parsing and as a default for the ventana-vt1 core: gcc/Changelog: * common/config/riscv/riscv-common.cc: Recognize "xventanacondops" as part of an architecture string. * config/riscv/riscv-cores.def (RISCV_CORE): Enab