[PATCH] PPC64: Addition of SIMD cosf function for POWER8.
Joseph Myers
joseph@codesourcery.com
Wed Mar 6 21:03:00 GMT 2019
On Sun, 3 Mar 2019, GT wrote:
> diff --git a/NEWS b/NEWS
> index 2f0e2f51c2..42b5aca08b 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -6,13 +6,18 @@ Please send GNU C library bug reports via <https://sourceware.org/bugzilla/>
> using `glibc' in the "product" field.
>
>
> -* Start of implementing vector math library libmvec on PPC64/POWER8.
> - The double-precision cosine now has a vector version.
> +* Continuing implementation of vector math library libmvec on PPC64/POWER8.
> + The following functions now have vector versions:
> + - cos (double-precision cosine)
> + - cosf (single-precision cosine)
> +
"Continuing implementation" does not make sense here. NEWS entries for
2.30 need to be relative to the state of 2.29, which didn't have this
functionality at all.
(Also, it appears the text you're changing here is above the heading for
2.30. It needs to be below the "Major new features:" heading for 2.30, or
whatever version gets the feature. So patch 1 in the series needs to be
revised with that fix to NEWS.)
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list