From owner-cvs-all Fri Mar 1 12:25:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id C9F2837B400; Fri, 1 Mar 2002 12:25:52 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id HAA04855; Sat, 2 Mar 2002 07:25:51 +1100 Date: Sat, 2 Mar 2002 07:26:28 +1100 (EST) From: Bruce Evans X-X-Sender: To: "David E. O'Brien" Cc: , Subject: Re: cvs commit: src/lib/msun Makefile In-Reply-To: <200203010158.g211wLc92658@freefall.freebsd.org> Message-ID: <20020302071521.M58310-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 28 Feb 2002, David E. O'Brien wrote: > obrien 2002/02/28 17:58:21 PST > > Modified files: > lib/msun Makefile > Log: > We need an frexp() function. > > Revision Changes Path > 1.28 +1 -1 src/lib/msun/Makefile We already have one (an essentially identical copy for alpha, i386, ia64, and mips) in libc. We don't need two, or one in different libraries for different arches. The ones in libc seem to be of lower quality. They are missing special cases for Inf and Nan. We may need an frexpf function, but we don't have a man page for it. The man page for frexp is in libc so it wasn't changed when msun's frexp was cloned to form frexpf. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message