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

Re: [PATCH] PPC use __CPU_HAS_FSQRT in e_sqrt.c/e_sqrtf.c


Steven Munroe wrote:
> -# if __WORDSIZE == 64
> +# if (__WORDSIZE == 64) || defined _ARCH_PWR4

Why on earth would you add parenthesis around the first expression?  Do
you deliberately want to piss people off?  I cannot imagine another reason.

-- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â

Attachment: signature.asc
Description: OpenPGP digital signature


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