This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/15367] Let gcc use __builtin_isinf


http://sourceware.org/bugzilla/show_bug.cgi?id=15367

--- Comment #3 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2013-04-19 20:28:11 UTC ---
glibc's isinf corresponds closer to __builtin_isinf_sign than 
__builtin_isinf, but it seems to document even stricter requirements on 
the return value (i.e. that for glibc it will be +1 or -1 as applicable 
for infinite argument, rather than unspecified positive or negative values 
for __builtin_isinf_sign).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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