This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Accessing signgam from the middle-end for builtin lgamma
>>>>> "Kaveh" == Kaveh R GHAZI <ghazi@caip.rutgers.edu> writes:
Kaveh> I'm doing this at the tree level, so AIUI I have to be mindful of type,
Kaveh> scope and conflicts. I also have to decide what to do in non-C.
There's nothing to do here for Java -- Java code can't access lgamma.
Not to be too negative (I am curious about this), but does this sort
of optimization really carry its own weight? Is this a common thing
in numeric code or something like that?
Tom