From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12961 invoked by alias); 20 Sep 2013 17:32:48 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 12948 invoked by uid 89); 20 Sep 2013 17:32:47 -0000 Received: from multi.imgtec.com (HELO multi.imgtec.com) (194.200.65.239) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 20 Sep 2013 17:32:47 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RECEIVED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: multi.imgtec.com Message-ID: <1379698355.5770.466.camel@ubuntu-sellcey> Subject: Re: [patch, mips] Improved memset for MIPS From: Steve Ellcey To: "Joseph S. Myers" CC: Carlos O'Donell , Date: Fri, 20 Sep 2013 17:32:00 -0000 In-Reply-To: References: <93a232b5-9d0b-4a27-bbb5-16e3ae7c4b89@BAMAIL02.ba.imgtec.org> <1378483039.5770.302.camel@ubuntu-sellcey> <1378486241.5770.327.camel@ubuntu-sellcey> <1379526035.5770.414.camel@ubuntu-sellcey> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-SEF-Processed: 7_3_0_01192__2013_09_20_18_32_43 X-SW-Source: 2013-09/txt/msg00119.txt.bz2 On Fri, 2013-09-20 at 16:43 +0000, Joseph S. Myers wrote: > On Wed, 18 Sep 2013, Steve Ellcey wrote: > > > 2013-09-18 Steve Ellcey > > > > * sysdeps/mips/memset.S: Change prefetching and add loop unrolling. > > * sysdeps/mips/mips64/memset.S: Remove. > > OK, though I believe "proAptive" in a comment should be "proAptiv". You are right. I fixed that and checked in the patch. Steve Ellcey sellcey@mips.com