From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1923) id DE3613898380; Tue, 15 Nov 2022 15:00:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE3613898380 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668524422; bh=WdsfJWQqXD4De7z6QIqBZzNj9PdROZo5SgmmjfaQ8Ag=; h=From:To:Subject:Date:From; b=Msl1DDdVJkOoR5Ps5WyS+8HTBusM5YBQyvC+Kya0uIusNQVIQK9vn7aDY2jiR8JWZ kTt1ZcOQz0u696Fga5eirc9qOCxSzRWbWq82ZF2zwnmNjqU/UbOGnLXnBY+m1wiOuq QvclPIAEy3Rdb7JzYYJWyVKZ3niNfMrOc6ZYKdIM= 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: eb948184321c799fc1cd451e43de17960fbd1f55 X-Git-Newrev: 21cbb5b4e4ac10d4c43dd44016113286ce63098d Message-Id: <20221115150022.DE3613898380@sourceware.org> Date: Tue, 15 Nov 2022 15:00:22 +0000 (GMT) List-Id: https://gcc.gnu.org/g:21cbb5b4e4ac10d4c43dd44016113286ce63098d commit 21cbb5b4e4ac10d4c43dd44016113286ce63098d 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 aef1e92ae24e..9e38e9dc72e6 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