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] powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSC


On Thu, 20 Sep 2018, Adhemerval Zanella wrote:

> +  __pthread_force_elision = __pthread_force_elision &&
> +			    GLRO (dl_hwcap2) & PPC_FEATURE2_HTM_NOSC;

Break lines before an operator, not after, and use parentheses around the 
expression in that case (the operator should be in the column immediately 
after the open parenthesis).

-- 
Joseph S. Myers
joseph@codesourcery.com


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