This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] PPC64: Adds SIMD single-prec. sine function (sinf) for POWER8.
- From: Joseph Myers <joseph at codesourcery dot com>
- To: GT <tnggil at protonmail dot com>
- Cc: "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Date: Wed, 6 Mar 2019 21:21:24 +0000
- Subject: Re: [PATCH] PPC64: Adds SIMD single-prec. sine function (sinf) for POWER8.
- References: <aS44h8dkbz2wijTmW917sZTr_UQQf0ukld74m6X3UjMYe_lPxGwaNZMhBjtXhEv1GA4WLAJHtx7Vjt04Hd3jWZXE3uAoiIzQJYDglExUqsM=@protonmail.com>
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