This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3 4/12] PPC64: Add libmvec SIMD single-precision sine function.
- From: Tulio Magno Quites Machado Filho <tuliom at ascii dot art dot br>
- To: GT <tnggil at protonmail dot com>, libc-alpha at sourceware dot org
- Cc:
- Date: Mon, 15 Apr 2019 17:18:10 -0300
- Subject: Re: [PATCH v3 4/12] PPC64: Add libmvec SIMD single-precision sine function.
- References: <2gE8-6Rc72oeODo_9b2_54Z4NXam0RpVCu2BKpF_UqPZD1Yw98zbqOSmVc65OVMlia94e2DISJFi-8c8HvYMjcPQBx6a1Xko_xyNwuq9X-M=@protonmail.com>
GT <tnggil@protonmail.com> writes:
> diff --git a/ChangeLog b/ChangeLog
> index 845580de67..ceb69838c7 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,19 @@
> +2019-04-03 Bert Tenjy <bert.tenjy@gmail.com>
> +
> + [BZ #24206]
> + * NEWS: Note the addition of PPC64 vector sinf.
> + * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
> + * sysdeps/powerpc/powerpc64/fpu/Versions: Added sinf entry.
> + * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: (libmvec-sysdep_routines)
> + (CFLAGS-vec_s_sinf4_vsx.c, libmvec-tests, float-vlen4-funcs)
> + (float-vlen4-arch-ext-cflags): Added build of VSX SIMD sinf function
> + and its tests.
> + * sysdeps/powerpc/powerpc64/fpu/multiarch/test-float-vlen4-wrappers.c: Added sinf entry.
> + * sysdeps/powerpc/powerpc64/fpu/multiarch/vec_s_sinf4_vsx.c: New file.
> + * sysdeps/powerpc/powerpc64/fpu/multiarch/vec_s_trig_data.h: Added constants used in
> + computing single-precision vector sine.
> + * sysdeps/unix/sysv/linux/powerpc/powerpc64/libmvec.abilist: SIMD sinf function added.
> +
Likewise.
> diff --git a/NEWS b/NEWS
> index 82f9911b29..a7bc4887f5 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -16,6 +16,7 @@ Major new features:
> - double-precision cosine: cos
> - single-precision cosine: cosf
> - double-precision sine: sin
> + - single-precision cosine: sinf
s/cosine/sine/
Fixed and merged into branch tuliom/libmvec.
Thanks!
--
Tulio Magno