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 to fix __builtin_powi failure on apple-ppc-darwin (revised)


On Wed, Mar 30, 2005 at 09:26:03AM +0100, Richard Guenther wrote:
> So what do you suppose?  Using
> 
> TYPE
> NAME (TYPE x, int m)
> {
>   unsigned int n = m < 0 ? -m : m;
> 
> etc.?

Yes.


r~


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