From owner-freebsd-arch@FreeBSD.ORG Mon Aug 1 20:05:56 2005 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C1516A41F; Mon, 1 Aug 2005 20:05:56 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A0A43D48; Mon, 1 Aug 2005 20:05:55 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id j71K5q1X013169; Mon, 1 Aug 2005 13:05:52 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id j71K5quH013168; Mon, 1 Aug 2005 13:05:52 -0700 (PDT) (envelope-from sgk) Date: Mon, 1 Aug 2005 13:05:52 -0700 From: Steve Kargl To: Giorgos Keramidas Message-ID: <20050801200552.GA13041@troutmask.apl.washington.edu> References: <20050801182518.GA85423@frontfree.net> <20050801195539.GB1406@beatrix.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050801195539.GB1406@beatrix.daedalusnetworks.priv> User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Tue, 02 Aug 2005 11:42:32 +0000 Cc: freebsd-arch@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: [RFC] Port of NetBSD's optimized amd64 string code X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2005 20:05:56 -0000 On Mon, Aug 01, 2005 at 10:55:39PM +0300, Giorgos Keramidas wrote: > On 2005-08-02 02:25, Xin LI wrote: > > Hi, Guys, > > > > Here is a patchset that I have produced to make our libc aware of the > > NetBSD assembly implementation of the string related operations. > > I can't speak for the asm code, since I know barely enough amd64 things > to read it, but there are a few typos you might want to fix before this > gets committed. > Ditto. > > That's all I could spot. > There is an occurrence of "occurance", which should be "occurrence". :-) -- Steve