From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by sourceware.org (Postfix) with ESMTPS id 73C9A3858D1E for ; Mon, 3 Oct 2022 21:24:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 73C9A3858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=vrull.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=vrull.eu Received: by mail-wm1-x336.google.com with SMTP id n40-20020a05600c3ba800b003b49aefc35fso6501070wms.5 for ; Mon, 03 Oct 2022 14:24:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrull.eu; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date; bh=VfbrBXxXocDk4MkTGOOEA/eKwblfrf2JvVfDcXBE5MY=; b=O/UXZr71BDTQbp4NGevs00bsUJ4iCX6YDNQtwmYzkSS7oWW77MTGNn4uY5T1LC0nLZ jIJeJDmSTNJFy13YiSYlo+/SQIbkZZelsFsMpS/hHf1d9YGGWRbOhIROZKIybVGhVSI0 QlybsmL0BBYDh8KHcIYF16JlywhtAsfjweEoQ9sqXpP3EA3ZoBrtCQW9U7EEsdutG7JR qsamm9pdBtV7AckOW6+W808KJUrOC9JOxI1tJhtH3oVurpsCLTPqM8O95qYsD2KFbU8P 2XHsOU+0eqPl0KKxPf9/aRwDYTmvfiAVedxRDBpUsv65iK0RDCEzjizonFXMtuYlY2o8 RCLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=VfbrBXxXocDk4MkTGOOEA/eKwblfrf2JvVfDcXBE5MY=; b=cO16siutDsHt+OLM3hv7a+9PqHkdEcgp1E3806DcEAS1JdVE6n/YSp3JevH6a9hnhe VzP+iWiGbr2S3ryWUE3UYhqq599PglB0D4gdUwSGvXOKhIXElpr98fTrZnAld3EMRGEU hYEjSA1s4tHt96DRw5vncdyF/gbFF70Ww38XQ7EnIxqjOknjBiLuCFeNHWNrhF2Axs8N XDuhYluTy7HA2UCNlUqTcWhJ778/MZbCk8CmH2XXsC7sW1LXwmp1jkYlkJFD6fOAzb82 JVi+Q1yWgwSgk0avliTtGRf6tbvgXnMd71/+soqydVfx7Odf2ETwkVUUHGYjjThSgr+l PhVQ== X-Gm-Message-State: ACrzQf1sFXipQNMf576YQttIvVklsleUB1NmEbMzoWtd+8ClfiHY/Hn/ Uu9fytfLNcHKi5F6mKyvF6J7eePk2JUXCQ== X-Google-Smtp-Source: AMsMyM6iPR4BAtYhFQ4uA9AjZnITTa+MUEoFPhteOfSIoaN+NOGtvQRp/q2+61CIozeLP5GJW/5lIA== X-Received: by 2002:a05:600c:3d8f:b0:3b4:aab6:4a97 with SMTP id bi15-20020a05600c3d8f00b003b4aab64a97mr8320770wmb.82.1664832245992; Mon, 03 Oct 2022 14:24:05 -0700 (PDT) Received: from ubuntu-focal.. ([2a01:4f9:3a:1e26::2]) by smtp.gmail.com with ESMTPSA id l18-20020a05600c1d1200b003a601a1c2f7sm18322834wms.19.2022.10.03.14.24.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Oct 2022 14:24:05 -0700 (PDT) From: Philipp Tomsich To: gcc-patches@gcc.gnu.org Cc: Tamar Christina , Christoph Muellner , Richard Sandiford , Philipp Tomsich Subject: [PATCH] aarch64: update Ampere-1 core definition Date: Mon, 3 Oct 2022 23:24:02 +0200 Message-Id: <20221003212402.3337669-1-philipp.tomsich@vrull.eu> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This brings the extensions detected by -mcpu=native on Ampere-1 systems in sync with the defaults generated for -mcpu=ampere1. Note that some kernel versions may misreport the presence of PAUTH and PREDRES (i.e., -mcpu=native will add 'nopauth' and 'nopredres'). gcc/ChangeLog: * config/aarch64/aarch64-cores.def (AARCH64_CORE): Update Ampere-1 core entry. Signed-off-by: Philipp Tomsich --- Ok for backport? gcc/config/aarch64/aarch64-cores.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/aarch64/aarch64-cores.def b/gcc/config/aarch64/aarch64-cores.def index 60299160bb6..9090f80b4b7 100644 --- a/gcc/config/aarch64/aarch64-cores.def +++ b/gcc/config/aarch64/aarch64-cores.def @@ -69,7 +69,7 @@ AARCH64_CORE("thunderxt81", thunderxt81, thunderx, V8A, (CRC, CRYPTO), thu AARCH64_CORE("thunderxt83", thunderxt83, thunderx, V8A, (CRC, CRYPTO), thunderx, 0x43, 0x0a3, -1) /* Ampere Computing ('\xC0') cores. */ -AARCH64_CORE("ampere1", ampere1, cortexa57, V8_6A, (), ampere1, 0xC0, 0xac3, -1) +AARCH64_CORE("ampere1", ampere1, cortexa57, V8_6A, (F16, RCPC, RNG, AES, SHA3), ampere1, 0xC0, 0xac3, -1) /* Do not swap around "emag" and "xgene1", this order is required to handle variant correctly. */ AARCH64_CORE("emag", emag, xgene1, V8A, (CRC, CRYPTO), emag, 0x50, 0x000, 3) -- 2.34.1