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/21930] C-only gcc builtins used in <math.h> isinf


https://sourceware.org/bugzilla/show_bug.cgi?id=21930

--- Comment #11 from Gabriel F. T. Gomes <gftg at linux dot vnet.ibm.com> ---
For iszero, I could write a patch similar to the one I wrote (and that is still
under review) for issignaling
(https://sourceware.org/ml/libc-alpha/2017-08/msg00859.html).  That would make
iszero use the correct __fpclassify* function for each type, instead of relying
on the type-generic fpclassify macro.

Does that sound like a good approach for this problem?

-- 
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]