From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1923) id 3A7AE38582BD; Thu, 1 Dec 2022 13:23:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A7AE38582BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669901026; bh=GooeQm9QDnj19Ku9L00HEybxrCTHH/85rXfDkt9QPtU=; h=From:To:Subject:Date:From; b=yaCUjeKIbuQ9P/1t6mZfRkejC3Oh2Wu3mJeWb/1lqIQqlc1DGBaO9TCPuZ0GxUZKE mefMd5acRIoMSAS9TTQEOs24WHEjqpdOV01zWhU8J/sD+T6sj2WNDtGAglenBnsOqd iKTdgJlAT16NM12LX428ImxG+WUVdaq0jwSdMxRU= 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: 1b99fc33fd29c0b056f02dd78dd120ef7c8d1822 X-Git-Newrev: bfb9bc38ee9431851fa61197f9d3d281fbf58c4d Message-Id: <20221201132346.3A7AE38582BD@sourceware.org> Date: Thu, 1 Dec 2022 13:23:46 +0000 (GMT) List-Id: https://gcc.gnu.org/g:bfb9bc38ee9431851fa61197f9d3d281fbf58c4d commit bfb9bc38ee9431851fa61197f9d3d281fbf58c4d 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