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 738DB3848405 for ; Thu, 29 Apr 2021 23:49:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 738DB3848405 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 13TNXuKB057746; Thu, 29 Apr 2021 19:49: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 3885xcs2bd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 29 Apr 2021 19:49:14 -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 13TNm6HX007824; Thu, 29 Apr 2021 23:49:14 GMT Received: from b01cxnp22036.gho.pok.ibm.com (b01cxnp22036.gho.pok.ibm.com [9.57.198.26]) by ppma03dal.us.ibm.com with ESMTP id 384ay9ssdk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 29 Apr 2021 23:49:14 +0000 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 13TNnD0d11076354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 29 Apr 2021 23:49:13 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 7DC7CAC05B; Thu, 29 Apr 2021 23:49:13 +0000 (GMT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id BBECBAC060; Thu, 29 Apr 2021 23:49:11 +0000 (GMT) Received: from work-tp (unknown [9.65.216.65]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTPS; Thu, 29 Apr 2021 23:49:11 +0000 (GMT) Date: Thu, 29 Apr 2021 20:49:08 -0300 From: Raoni Fassina Firmino To: libc-alpha@sourceware.org, tuliom@linux.ibm.com, anton@ozlabs.org, msc@linux.ibm.com, lamm@linux.ibm.com, rzinsly@linux.ibm.com Subject: Re: [PATCH] powerpc64le: Optimize memset for POWER10 Message-ID: <20210429234908.7jfyrhixdylle37j@work-tp> Mail-Followup-To: libc-alpha@sourceware.org, tuliom@linux.ibm.com, anton@ozlabs.org, msc@linux.ibm.com, lamm@linux.ibm.com, rzinsly@linux.ibm.com References: <20210429234156.iq7hpdfmtnlgwf2j@work-tp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210429234156.iq7hpdfmtnlgwf2j@work-tp> X-TM-AS-GCONF: 00 X-Proofpoint-GUID: x_rMtevBH6GJk8C_iMvQBoknd0BtuJjD X-Proofpoint-ORIG-GUID: x_rMtevBH6GJk8C_iMvQBoknd0BtuJjD X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.761 definitions=2021-04-29_13:2021-04-28, 2021-04-29 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 lowpriorityscore=0 bulkscore=0 priorityscore=1501 adultscore=0 mlxlogscore=552 spamscore=0 mlxscore=0 impostorscore=0 phishscore=0 malwarescore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104060000 definitions=main-2104290152 X-Spam-Status: No, score=-5.0 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: Thu, 29 Apr 2021 23:49:20 -0000 I sent this one wrong, please ignore it. The right one has a [PATCH v2] tag. o/ Raoni