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


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

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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