[PATCH] PPC64: Adds SIMD single-prec. sine function (sinf) for POWER8.

Joseph Myers joseph@codesourcery.com
Wed Mar 6 21:21:00 GMT 2019


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



More information about the Libc-alpha mailing list