From owner-cvs-src Tue Feb 11 12:27:37 2003 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 8742937B401; Tue, 11 Feb 2003 12:27:34 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3524F43FBF; Tue, 11 Feb 2003 12:27:33 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h1BKRW1o017588; Tue, 11 Feb 2003 12:27:32 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h1BKRWl2003197; Tue, 11 Feb 2003 12:27:32 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h1BKRW57003196; Tue, 11 Feb 2003 12:27:32 -0800 (PST) Date: Tue, 11 Feb 2003 12:27:32 -0800 From: Marcel Moolenaar To: Jens Schweikhardt Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/libkern/ia64 __moddi3.S __umoddi3.S Message-ID: <20030211202732.GF2881@dhcp01.pn.xcllnt.net> References: <200302112015.h1BKFBT9031846@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302112015.h1BKFBT9031846@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Feb 11, 2003 at 12:15:11PM -0800, Jens Schweikhardt wrote: > schweikh 2003/02/11 12:15:11 PST > > Modified files: > sys/libkern/ia64 __moddi3.S __umoddi3.S > Log: > Improve a comment and undo a bogus s/a/an/ in a comment. An asm guru > should add more comments explaining which registers hold which variables. Can you explain yourself. The comments in __moddi3.S (at least) are quite clear: : // Step (1) // y0 = 1 / b in f8 // Step (2) // q0 = a * y0 in f10 // Step (3) // e0 = 1 - b * y0 in f9 : -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message