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] PPC64: Adds SIMD single-prec. sine function (sinf) for POWER8.


On Tue, 5 Mar 2019, GT wrote:

> +  /* Change destination sign if source sign is -ve using XOR operation.  */
> + vector float neg_sign = vec_andc (x, __s_abs_mask);

This one line has too little indentation (should be two columns not one).

-- 
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]