This is the mail archive of the gcc-patches@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]

Re: [PATCH] Support long doubles in expand_builtin_signbit


Roger Sayle wrote:

........................................................ Unfortunately,
this means that the Linux kernel and libstdc++ can't reliably use
__builtin_signbitl, as whenever the operand can't be constant folded
at compile-time, we end up generating a call to a potential unresolved
_signbitl.


Indeed, I'm *very* happy to see that finally we can rely on this feature! Thanks.
Any chance we can have it also for 4.0? ;) In any case I promise to put it to good
use in complex::pow, at least.


Thanks again,
Paolo.


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