From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bongo.dogwood.relay.mailchannels.net (bongo.dogwood.relay.mailchannels.net [23.83.211.21]) by sourceware.org (Postfix) with ESMTPS id 25F4F386EC78 for ; Thu, 12 Nov 2020 17:12:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 25F4F386EC78 Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id A59E51811F5; Thu, 12 Nov 2020 17:12:37 +0000 (UTC) Received: from pdx1-sub0-mail-a43.g.dreamhost.com (100-98-118-84.trex.outbound.svc.cluster.local [100.98.118.84]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 3354B180A85; Thu, 12 Nov 2020 17:12:27 +0000 (UTC) Received: from pdx1-sub0-mail-a43.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.10); Thu, 12 Nov 2020 17:12:37 +0000 Received: from pdx1-sub0-mail-a43.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a43.g.dreamhost.com (Postfix) with ESMTP id A27C67E604; Thu, 12 Nov 2020 09:12:26 -0800 (PST) Received: from ascii.art.br (ip-187-17-251-140.isp.valenet.com.br [187.17.251.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: tuliom@ascii.art.br) by pdx1-sub0-mail-a43.g.dreamhost.com (Postfix) with ESMTPSA id E0CA47E0D4; Thu, 12 Nov 2020 09:12:24 -0800 (PST) X-DH-BACKEND: pdx1-sub0-mail-a43 From: Tulio Magno Quites Machado Filho To: Raphael Moreira Zinsly , libc-alpha@sourceware.org Cc: murphyp@linux.ibm.com, pc@us.ibm.com, msc@linux.ibm.com, Raphael Moreira Zinsly Cc: Subject: Re: [PATCH v3 2/2] powerpc: Add optimized stpncpy for POWER9 In-Reply-To: <20200929152103.18564-2-rzinsly@linux.ibm.com> References: <20200929152103.18564-1-rzinsly@linux.ibm.com> <20200929152103.18564-2-rzinsly@linux.ibm.com> User-Agent: Notmuch/0.29.1 (http://notmuchmail.org) Emacs/26.3 (x86_64-redhat-linux-gnu) Date: Thu, 12 Nov 2020 14:12:20 -0300 Message-ID: <878sb6fqiz.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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, 12 Nov 2020 17:12:40 -0000 Raphael Moreira Zinsly writes: > Add stpncpy support into the POWER9 strncpy. Same reminder for Reviewed-by. > +#define MEMSET __memset_power8 > +#ifdef SHARED > +#define MEMSET_is_local Wrong indentation here. Fixed. Reviewed-by: Tulio Magno Quites Machado Filho Pushed as 7beee7b39ade. Thanks! -- Tulio Magno