From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by sourceware.org (Postfix) with ESMTPS id E0A943971C11 for ; Thu, 1 Jul 2021 19:23:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E0A943971C11 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 161J2i0c114091 for ; Thu, 1 Jul 2021 15:23:07 -0400 Received: from ppma02wdc.us.ibm.com (aa.5b.37a9.ip4.static.sl-reverse.com [169.55.91.170]) by mx0a-001b2d01.pphosted.com with ESMTP id 39hhwr30rw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 01 Jul 2021 15:23:07 -0400 Received: from pps.filterd (ppma02wdc.us.ibm.com [127.0.0.1]) by ppma02wdc.us.ibm.com (8.16.1.2/8.16.1.2) with SMTP id 161JIp2A018652 for ; Thu, 1 Jul 2021 19:23:06 GMT Received: from b01cxnp23032.gho.pok.ibm.com (b01cxnp23032.gho.pok.ibm.com [9.57.198.27]) by ppma02wdc.us.ibm.com with ESMTP id 39duve99ev-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 01 Jul 2021 19:23:06 +0000 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp23032.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 161JN6cS54133130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 1 Jul 2021 19:23:06 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 4C9B7112015 for ; Thu, 1 Jul 2021 19:23:06 +0000 (GMT) Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 9F0B6112011 for ; Thu, 1 Jul 2021 19:23:05 +0000 (GMT) Received: from pedro.localdomain (unknown [9.171.23.105]) by b01ledav004.gho.pok.ibm.com (Postfix) with SMTP for ; Thu, 1 Jul 2021 19:23:05 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id B49823C0F02; Thu, 1 Jul 2021 16:23:00 -0300 (-03) From: Pedro Franco de Carvalho To: Matheus Castanho Cc: libc-alpha@sourceware.org Subject: Re: [PATCH] powerpc: optimize strcpy/stpcpy for POWER9/10 In-Reply-To: <877di97t3h.fsf@linux.ibm.com> References: <20210630153607.63317-1-pedromfc@linux.ibm.com> <877di97t3h.fsf@linux.ibm.com> Date: Thu, 01 Jul 2021 16:22:57 -0300 Message-ID: <87o8bl260e.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 X-Proofpoint-GUID: BXQCa3mQplnYoRofsY_JoS7Ge8T9Qb-S X-Proofpoint-ORIG-GUID: BXQCa3mQplnYoRofsY_JoS7Ge8T9Qb-S X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.790 definitions=2021-07-01_12:2021-07-01, 2021-07-01 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 bulkscore=0 clxscore=1015 mlxlogscore=936 mlxscore=0 lowpriorityscore=0 spamscore=0 adultscore=0 impostorscore=0 suspectscore=0 priorityscore=1501 malwarescore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104190000 definitions=main-2107010112 X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 01 Jul 2021 19:23:08 -0000 Matheus Castanho writes: > I can commit it for you with the typo fixes later today if there are no > objections. Yes, please, feel free to correct my typos. Thanks a lot for the review. -- Pedro Franco de Carvalho