This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -ffast-math and mathinlines.h


On Sat, Apr 15, 2000 at 01:53:33PM -0700, Ulrich Drepper wrote:
> I have generally no problem with this but the granularity of the patch
> is not OK.  The -ffast-math flag should only enable additional
> function which really behave differently then the libm functions.
> 
> Looking briefly through the mathinline.h file this at least excludes
> 
> 	lrintf
> 	lrint
> 	lrintl
> 	llrintf
> 	llrint
> 	llrintl
> 	finite
> 
> Perhaps
> 	ldexpf
> 	ldexp
> 	ldexpl
Ok, I'll prepare a patch later.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de
    currently: aj@oss.sgi.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]