From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7810) id 82ACA3887001; Mon, 5 Oct 2020 12:46:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82ACA3887001 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alex Coplan To: gcc-cvs@gcc.gnu.org Subject: [gcc r11-3655] arm: Add missing part number for Neoverse V1 X-Act-Checkin: gcc X-Git-Author: Alex Coplan X-Git-Refname: refs/heads/master X-Git-Oldrev: fc998c21c2c49e06cd4e548cd0d21ef25c880dbc X-Git-Newrev: bf490f0636052040cfe1b3882475ac9a0e0337df Message-Id: <20201005124634.82ACA3887001@sourceware.org> Date: Mon, 5 Oct 2020 12:46:34 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2020 12:46:34 -0000 https://gcc.gnu.org/g:bf490f0636052040cfe1b3882475ac9a0e0337df commit r11-3655-gbf490f0636052040cfe1b3882475ac9a0e0337df Author: Alex Coplan Date: Mon Oct 5 13:45:24 2020 +0100 arm: Add missing part number for Neoverse V1 This patch adds vendor and part numbers which were missing from the initial entry for Neoverse V1 in AArch32 GCC. gcc/ChangeLog: * config/arm/arm-cpus.in (neoverse-v1): Add missing vendor and part numbers. Diff: --- gcc/config/arm/arm-cpus.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/arm/arm-cpus.in b/gcc/config/arm/arm-cpus.in index 9abb59a00ba..27ce0001633 100644 --- a/gcc/config/arm/arm-cpus.in +++ b/gcc/config/arm/arm-cpus.in @@ -1519,6 +1519,8 @@ begin cpu neoverse-v1 architecture armv8.4-a+fp16+bf16+i8mm option crypto add FP_ARMv8 CRYPTO costs cortex_a57 + vendor 41 + part 0xd40 end cpu neoverse-v1 # Armv8.5 A-profile Architecture Processors