From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,RDNS_DYNAMIC,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B18E71F5AE for ; Thu, 29 Apr 2021 23:49:22 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D961C3A458B8; Thu, 29 Apr 2021 23:49:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D961C3A458B8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1619740161; bh=O3gLhlcG5B1+stgTopENJoHa2alUOXJtqVEBHjdQnk0=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=kI4WxCWSwSj2Ydqk95M2N/7yUbyQPvQTF4XCyHLEQSYsO1fPrI7N0dUGFnbpqk3MV 2AKrAINrVtkJv4q09L33WNkslG6O1pd+eKxeMR+3oBDWWBKrJ8xRl/DIkYHrnJeQbv 4MY9MH/uhRSSe86LkRRyq9H1/T5p7nNUHI0uj4tM= 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 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-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: , From: Raoni Fassina Firmino via Libc-alpha Reply-To: Raoni Fassina Firmino Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" I sent this one wrong, please ignore it. The right one has a [PATCH v2] tag. o/ Raoni