From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28242 invoked by alias); 24 Oct 2019 14:57:32 -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 28227 invoked by uid 89); 24 Oct 2019 14:57:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1170 X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571929049; 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=Yip+ulaaclDIEuqgTeR0dA9llTR44a6LO+Do43NYhV4=; b=X+EF37sK99mfc1EV4p7Df8Klp+Gh+vvhLdNhTi1dSxr2dIJe1eImcu6MvD9GoMUapmTjgB zoyNREK8+smoHaRBDuG8XhDIAcm2TW92pQXNN4BkBOEl0lqQSLYDp7bNmY2oPsubapCVzd SGvs8+W+8XsEDPFx1E5vKlwF8EPvCVI= Return-Path: Subject: Re: [PATCH v2 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor To: Yikun Jiang , "Zhangxuelei (Derek)" Cc: Wilco Dijkstra , "libc-alpha@sourceware.org" , nd , Siddhesh Poyarekar , jiangyikun , Szabolcs Nagy References: <8DC571DDDE171B4094D3D33E9685917BD87078@DGGEMI529-MBX.china.huawei.com> From: Carlos O'Donell Message-ID: <635c9769-27e9-3ae4-81c9-a5921fd0e6b7@redhat.com> Date: Thu, 24 Oct 2019 14:57: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: X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-10/txt/msg00710.txt.bz2 On 10/22/19 5:50 AM, Yikun Jiang wrote: >> Finally, we will submit other generic implenments as soon as possible, a= nd it would be good if you could review this two patches firstly:) >=20 > All patches have been submitted and updated: >=20 > [1]. [PATCH] aarch64: Optimized implementation of memrchr > https://sourceware.org/ml/libc-alpha/2019-10/msg00526.html >=20 > [2]. [PATCH v2 2/2] aarch64: Optimized memcpy and memmove for Kunpeng pro= cessor > https://sourceware.org/ml/libc-alpha/2019-10/msg00522.html >=20 > [3] [PATCH v2] aarch64: Optimized implementation of memcmp > https://sourceware.org/ml/libc-alpha/2019-10/msg00637.html >=20 > [4] [PATCH v2] aarch64: Optimized implementation of strcpy > https://sourceware.org/ml/libc-alpha/2019-10/msg00639.html >=20 > [5] [PATCH v2] aarch64: Optimized implementation of strnlen > https://sourceware.org/ml/libc-alpha/2019-10/msg00640.html >=20 > [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 Cheers, Carlos.