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 v1 5/12] PPC64: Add libmvec SIMD double-precision sincos function.


GT <tnggil@protonmail.com> writes:

> diff --git a/ChangeLog b/ChangeLog
> index ceb69838c7..d56d1f2a28 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,19 @@
> +2019-04-06  Bert Tenjy  <bert.tenjy@gmail.com>
> +
> +       [BZ #24207]
> +       * NEWS: Note the addition of PPC64 vector sincos.
> +       * sysdeps/powerpc/bits/math-vector.h: Added sincos entry.
> +       * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
> +       * sysdeps/powerpc/powerpc64/fpu/Versions: Added sincos entry.
> +       * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: (libmvec-sysdep_routines)
> +       (CFLAGS-vec_d_sincos2_vsx.c, libmvec-tests, double-vlen2-funcs)
> +       (double-vlen2-arch-ext-cflags): Added build of VSX SIMD sincos function
> +       and its tests.
> +       * sysdeps/powerpc/powerpc64/fpu/multiarch/test-double-vlen2-wrappers.c: Added sincos entry.
> +       * sysdeps/powerpc/powerpc64/fpu/multiarch/vec_d_sincos2_vsx.c: New file.
> +       * sysdeps/powerpc/powerpc64/fpu/multiarch/vec_d_sincos2_vsx.h: Likewise.
> +       * sysdeps/unix/sysv/linux/powerpc/powerpc64/libmvec.abilist: SIMD sincos added.
> +

Likewise.

Fixed and pushed to branch tuliom/libmvec.

Thanks!

-- 
Tulio Magno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]