From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129893 invoked by alias); 26 Oct 2019 13:40:52 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 129882 invoked by uid 89); 26 Oct 2019 13:40:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy=H*i:sk:87zhhng, H*f:sk:87zhhng, H*MI:sk:87zhhng X-HELO: us-smtp-delivery-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572097248; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OZpCHGPK+xaZN3Kqu0hjCYUDL3g9WKFl+z3mHprWmq8=; b=Y3NEzhmX1w5DSIGHPuqu070lFx9CV6Ag4eAc28DpIymid8NWLgkknPG/wl45r/tU91ziiJ PqANS0AQucCzLLoOSTOYzrMKcQTWjTsxBWAx7uvAsWzhxUePFXcMAP5jOK+/483nV2vU0V iV8YPYKIsC51i9XRoBV/CRRp5CQnotY= Return-Path: Subject: Re: [PATCH v2 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor To: Florian Weimer Cc: Yikun Jiang , "Zhangxuelei (Derek)" , Wilco Dijkstra , "libc-alpha@sourceware.org" , nd , Siddhesh Poyarekar , jiangyikun , Szabolcs Nagy References: <8DC571DDDE171B4094D3D33E9685917BD87078@DGGEMI529-MBX.china.huawei.com> <635c9769-27e9-3ae4-81c9-a5921fd0e6b7@redhat.com> <87zhhng77p.fsf@mid.deneb.enyo.de> From: Carlos O'Donell Message-ID: Date: Sat, 26 Oct 2019 13:40:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <87zhhng77p.fsf@mid.deneb.enyo.de> X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-10/txt/msg00832.txt.bz2 On 10/26/19 5:57 AM, Florian Weimer wrote: > * Carlos O'Donell: >=20 >> On 10/22/19 5:50 AM, Yikun Jiang wrote: >>>> Finally, we will submit other generic implenments as soon as >>> possible, and it would be good if you could review this two patches >>> firstly:) >>> >>> All patches have been submitted and updated: >>> >>> [1]. [PATCH] aarch64: Optimized implementation of memrchr >>> https://sourceware.org/ml/libc-alpha/2019-10/msg00526.html >>> >>> [2]. [PATCH v2 2/2] aarch64: Optimized memcpy and memmove for >>> Kunpeng processor >>> https://sourceware.org/ml/libc-alpha/2019-10/msg00522.html >>> >>> [3] [PATCH v2] aarch64: Optimized implementation of memcmp >>> https://sourceware.org/ml/libc-alpha/2019-10/msg00637.html >>> >>> [4] [PATCH v2] aarch64: Optimized implementation of strcpy >>> https://sourceware.org/ml/libc-alpha/2019-10/msg00639.html >>> >>> [5] [PATCH v2] aarch64: Optimized implementation of strnlen >>> https://sourceware.org/ml/libc-alpha/2019-10/msg00640.html >>> >>> [6] [PATCH v2] aarch64: Optimized strlen for strlen_asimd >>> https://sourceware.org/ml/libc-alpha/2019-10/msg00641.html >> >> What is the current status of Huawei's copyright assignment >> with the FSF? >=20 > Has there been a reply to this question? If yes, it didn't make it to > the list. Thanks. I've asked fsf-records@gnu.org to clarify the pending status. --=20 Cheers, Carlos.