Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2002 07:26:28 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "David E. O'Brien" <obrien@FreeBSD.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/lib/msun Makefile
Message-ID:  <20020302071521.M58310-100000@gamplex.bde.org>
In-Reply-To: <200203010158.g211wLc92658@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020302071521.M58310-100000>