From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1923) id 8E7A7384F48A; Fri, 18 Nov 2022 11:35:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E7A7384F48A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668771349; bh=J64wmznKeWZ7iTUM6wMErZH/eOAE7jkkFQ/K2AkG4dg=; h=From:To:Subject:Date:From; b=iANf/Uls9JFHdAHqdfd+rTGChgQ85fjZvt5Fwhw+I1JmUmY8MIXdifV+DthL5e+6q bg3GedU57rL8l33kQDt0Ud8UqNX0E+XMwVue0Zi2FV7eCoHRPZP8Mqd24bJKbF1sPQ 1rgfQiFPAZo+dKCj8BNpe50YHa0EjzF56ssHUK8U= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Philipp Tomsich To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Ventana-VT1 supports XVentanaCondOps X-Act-Checkin: gcc X-Git-Author: Philipp Tomsich X-Git-Refname: refs/vendors/vrull/heads/for-upstream X-Git-Oldrev: 4d26578b789ae647637bd079bf27ceeb1e512c34 X-Git-Newrev: 1b64c20f84194d395665e834e38c9f29bb81e654 Message-Id: <20221118113549.8E7A7384F48A@sourceware.org> Date: Fri, 18 Nov 2022 11:35:49 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1b64c20f84194d395665e834e38c9f29bb81e654 commit 1b64c20f84194d395665e834e38c9f29bb81e654 Author: Philipp Tomsich Date: Sun Nov 13 21:50:24 2022 +0100 RISC-V: Ventana-VT1 supports XVentanaCondOps gcc/ChangeLog: * config/riscv/riscv-cores.def (RISCV_CORE): Update the Ventana-VT1 definition to include the xventanacondops extension. Commit-changes: 2 - New in v2. Diff: --- gcc/config/riscv/riscv-cores.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/riscv/riscv-cores.def b/gcc/config/riscv/riscv-cores.def index aef1e92ae24..9e38e9dc72e 100644 --- a/gcc/config/riscv/riscv-cores.def +++ b/gcc/config/riscv/riscv-cores.def @@ -74,6 +74,6 @@ RISCV_CORE("sifive-s76", "rv64imafdc", "sifive-7-series") RISCV_CORE("sifive-u54", "rv64imafdc", "sifive-5-series") RISCV_CORE("sifive-u74", "rv64imafdc", "sifive-7-series") -RISCV_CORE("ventana-vt1", "rv64imafdc_zba_zbb_zbc_zbs_zifencei", "ventana-vt1") +RISCV_CORE("ventana-vt1", "rv64imafdc_zba_zbb_zbc_zbs_zifencei_xventanacondops", "ventana-vt1") #undef RISCV_CORE