From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12084 invoked by alias); 19 Feb 2015 18:12:23 -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 12065 invoked by uid 89); 19 Feb 2015 18:12:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Feb 2015 18:12:21 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 9CFEF36D51773; Thu, 19 Feb 2015 18:12:15 +0000 (GMT) Received: from BAMAIL02.ba.imgtec.org (10.20.40.28) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 19 Feb 2015 18:12:18 +0000 Received: from [10.20.3.58] (10.20.3.58) by bamail02.ba.imgtec.org (10.20.40.28) with Microsoft SMTP Server (TLS) id 14.3.174.1; Thu, 19 Feb 2015 10:12:16 -0800 Message-ID: <1424369536.27855.127.camel@ubuntu-sellcey> Subject: Re: [Patch, mips] Faster strcmp for mips From: Steve Ellcey To: Matt Turner CC: Date: Thu, 19 Feb 2015 18:12:00 -0000 In-Reply-To: References: <1384464221.2484.86.camel@ubuntu-sellcey> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00001.txt.bz2 On Wed, 2015-02-18 at 23:24 -0800, Matt Turner wrote: > > 2013-11-14 Steve Ellcey > > > > * sysdeps/mips/strcmp.c: New. > > > > > > Doesn't seem that this was ever committed? That specific patch wasn't checked in but a later patch was checked in with an assembly language version of MIPS strcmp instead. >From glibc ChangeLog: 2014-10-01 Steve Ellcey * sysdeps/mips/strcmp.S: New. Steve Ellcey sellcey@imgtec.com P.S. The libc-ports mailing list is no longer being used. the libc-alpha or libc-help mailing lists should be used instead.