From owner-cvs-src@FreeBSD.ORG Thu Apr 7 13:29:52 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73ECA16A4CF; Thu, 7 Apr 2005 13:29:52 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id D945C43D39; Thu, 7 Apr 2005 13:29:51 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j37DTXZN027187; Thu, 7 Apr 2005 09:29:33 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j37DTXvP027186; Thu, 7 Apr 2005 09:29:33 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 7 Apr 2005 09:29:33 -0400 From: David Schultz To: Alexey Dokuchaev Message-ID: <20050407132932.GA27083@VARK.MIT.EDU> Mail-Followup-To: Alexey Dokuchaev , Alan Cox , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200504070356.j373u3MP005490@repoman.freebsd.org> <20050407093046.GC1049@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050407093046.GC1049@FreeBSD.org> cc: Alan Cox cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/amd64/string Makefile.inc bcopy.S bzero.S memcpy.S memmove.S memset.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 13:29:52 -0000 On Thu, Apr 07, 2005, Alexey Dokuchaev wrote: > On Thu, Apr 07, 2005 at 03:56:03AM +0000, Alan Cox wrote: > > alc 2005-04-07 03:56:03 UTC > > > > FreeBSD src repository > > > > Added files: > > lib/libc/amd64/string Makefile.inc bcopy.S bzero.S memcpy.S > > memmove.S memset.S > > Log: > > Add machine-specific, optimized implementations of bcopy, bzero, memcpy, > > memmove, and memset. > > Great! Are we going to see something like this for ia32? i386 has had them since the beginnning of time, and the code Alan committed is a port of the i386 versions.