This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 libstdc++/48738] pow() fails to produce (some) subnormalized numbers with integer exponents


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48738

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-04-23 20:26:47 UTC ---
I'm following with interest the numerical analysis side of the discussion, but
I have to add that, *as a libstc++-v3 proper* issue, as mentioned by Richard,
the issue is moot, because in currently active release branches either the
library uses a front-end builtin (__builtin_powi*) or just pow unconditionally
(in C++0x mode). In other terms, *minimal* open-coding in the library for these
functions (and we mean to stick to this general design choice, AFAIK)


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