From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 0839F38582A3 for ; Sun, 13 Nov 2022 09:59:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0839F38582A3 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DC57623A for ; Sun, 13 Nov 2022 01:59:30 -0800 (PST) Received: from localhost (e121540-lin.manchester.arm.com [10.32.98.62]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 49D883F73D for ; Sun, 13 Nov 2022 01:59:24 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, richard.sandiford@arm.com Subject: [PATCH 00/16] aarch64: Add support for SME Date: Sun, 13 Nov 2022 09:59:23 +0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-36.1 required=5.0 tests=BAYES_00,KAM_DMARC_NONE,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no 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 series adds support for the Armv9-A Scalable Matrix Extension (SME). Details about the extension are available here: https://developer.arm.com/documentation/ddi0616/aa/?lang=en The ABI and ACLE documentation is available on github: https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst https://github.com/ARM-software/abi-aa/blob/main/aadwarf64/aadwarf64.rst https://github.com/ARM-software/acle/blob/main/main/acle.md#scalable-matrix-extension-sme Series tested on aarch64-linux-gnu. It depends on other patches posted recently, and I'll give some time for comments & reviews, so I won't be applying just yet. Thanks, Richard