From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1923) id D9C03384F6EB; Fri, 18 Nov 2022 20:26:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9C03384F6EB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668803184; bh=+tOONxDPTMQgd7lMQZzMuaEGoI4YWvr875FUz88jlM0=; h=From:To:Subject:Date:From; b=mMBCxsLTZMcDWXEXYGUKeUicxX8lHwmcKytidKjoCsgk0OdclOseabu6kROsMq/ki bGZuWql5ZtqQRsOjilyCiSLDuH38IKOf5fJ/nsqNJmahJ/1ZI4UslZ1qQWZeVQlsYw gNPDs4T9Jl57BJOa8n9SRuipIVhXYSB+BAYilPr4= 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: 71b468d685c8aa8f46d793181c8e5a22586331a0 X-Git-Newrev: e4d96fa98721c92d6116480003c49800fd9db904 Message-Id: <20221118202624.D9C03384F6EB@sourceware.org> Date: Fri, 18 Nov 2022 20:26:24 +0000 (GMT) List-Id: https://gcc.gnu.org/g:e4d96fa98721c92d6116480003c49800fd9db904 commit e4d96fa98721c92d6116480003c49800fd9db904 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