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 284973858D28 for ; Wed, 18 Jan 2023 12:04:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 284973858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=foss.arm.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=foss.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 F3CE4169C; Wed, 18 Jan 2023 04:04:48 -0800 (PST) Received: from [10.2.78.76] (unknown [10.2.78.76]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 50EB53F71A; Wed, 18 Jan 2023 04:04:06 -0800 (PST) Message-ID: <995ab7fe-20f9-b9e2-1603-3c15a5e90571@foss.arm.com> Date: Wed, 18 Jan 2023 12:04:05 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH][GCC] arm: fix __arm_vld1q_z* and __arm_vst1q_p* intrinsics. Content-Language: en-GB To: Murray Steele Cc: gcc-patches@gcc.gnu.org References: <0ff57aa7-038e-0ef4-abb7-51c4abb3bdb9@arm.com> <3a696ef7-b25a-1632-3b19-a40d97e089b5@arm.com> From: Richard Earnshaw In-Reply-To: <3a696ef7-b25a-1632-3b19-a40d97e089b5@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3489.7 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,NICE_REPLY_A,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: On 22/12/2021 16:21, Murray Steele via Gcc-patches wrote: > Hi, > > On 22/12/2021 16:04, Richard Earnshaw wrote: > >> >> Is there a PR in bugzilla for this? >> >> R. >> > > > No, not at this time. It's something I came across whilst > making changes of my own. > > For completeness, the ACLE specification I am referencing > has been added below [1]. > > [1]: https://github.com/ARM-software/acle/releases/tag/r2021Q3 > > Thanks, > Murray Andre created one today and I've now pulled this patch in. Thanks, and sorry for the delay getting it committed. R.