From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by sourceware.org (Postfix) with ESMTPS id 9B44A3857828 for ; Fri, 30 Apr 2021 21:19:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9B44A3857828 Received: from pps.filterd (m0187473.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 13UL5KWJ116318 for ; Fri, 30 Apr 2021 17:19:15 -0400 Received: from ppma03dal.us.ibm.com (b.bd.3ea9.ip4.static.sl-reverse.com [169.62.189.11]) by mx0a-001b2d01.pphosted.com with ESMTP id 388s6g8r4q-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 30 Apr 2021 17:19:15 -0400 Received: from pps.filterd (ppma03dal.us.ibm.com [127.0.0.1]) by ppma03dal.us.ibm.com (8.16.0.43/8.16.0.43) with SMTP id 13ULEGs6021084 for ; Fri, 30 Apr 2021 21:19:14 GMT Received: from b03cxnp07029.gho.boulder.ibm.com (b03cxnp07029.gho.boulder.ibm.com [9.17.130.16]) by ppma03dal.us.ibm.com with ESMTP id 388gtrv9sf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 30 Apr 2021 21:19:14 +0000 Received: from b03ledav006.gho.boulder.ibm.com (b03ledav006.gho.boulder.ibm.com [9.17.130.237]) by b03cxnp07029.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 13ULJDlO8847746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 30 Apr 2021 21:19:13 GMT Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 2832BC6055; Fri, 30 Apr 2021 21:19:13 +0000 (GMT) Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 70AE4C6057; Fri, 30 Apr 2021 21:19:12 +0000 (GMT) Received: from linux.ibm.com (unknown [9.145.37.220]) by b03ledav006.gho.boulder.ibm.com (Postfix) with ESMTP; Fri, 30 Apr 2021 21:19:12 +0000 (GMT) From: Tulio Magno Quites Machado Filho To: Raoni Fassina Firmino Cc: libc-alpha@sourceware.org Subject: Re: [PATCHv2] powerpc64le: Optimize memcpy for POWER10 In-Reply-To: <20210430125648.rxqxmey77g2i3wmb@work-tp> References: <20210428181349.zetopsdjpt4asafn@work-tp> <20210430002458.59571-1-tuliom@linux.ibm.com> <20210430125648.rxqxmey77g2i3wmb@work-tp> User-Agent: Notmuch/0.31.3 (http://notmuchmail.org) Emacs/27.2 (x86_64-redhat-linux-gnu) Date: Fri, 30 Apr 2021 18:19:10 -0300 Message-ID: <878s4zmpwx.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 X-Proofpoint-ORIG-GUID: -IM9zrjUAOcAQ2Ed4YtaPGrPYZGCA7Zo X-Proofpoint-GUID: -IM9zrjUAOcAQ2Ed4YtaPGrPYZGCA7Zo X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.761 definitions=2021-04-30_12:2021-04-30, 2021-04-30 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=609 spamscore=0 malwarescore=0 impostorscore=0 mlxscore=0 adultscore=0 phishscore=0 priorityscore=1501 clxscore=1015 suspectscore=0 lowpriorityscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104060000 definitions=main-2104300148 X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2021 21:19:17 -0000 Raoni Fassina Firmino via Libc-alpha writes: > Tested the patch with --with-cpu=power10 and with and without > --disable-multi-arch on top of the master (commit e046d73e5f2f) with no > regression from upstream. > > > LGTM, and thanks for the patch Tulio. Thank you! Pushed as e941e0ae80626b7661c1db8953a673cafd3b8b19. -- Tulio Magno