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 5/14] [x86_64] Vector math functions (sin and tests)


On Tue, 9 Jun 2015, Andrew Senkevich wrote:

> 2015-06-04 13:30 GMT+03:00 Andrew Senkevich <andrew.n.senkevich@gmail.com>:
> > This patch adds vector sin for x86_64 and tests.
> >
> > 2015-06-04  Andrew Senkevich  <andrew.senkevich@intel.com>
> >
> >         * bits/libm-simd-decl-stubs.h: Added stubs for sin.
> >         * math/bits/mathcalls.h: Added sin declaration with __MATHCALL_VEC.
> >         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
> >         * sysdeps/x86/fpu/bits/math-vector.h: SIMD declaration for sin.
> >         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
> >         * sysdeps/x86_64/fpu/Versions: New versions added.
> >         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
> >         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
> >         build of SSE, AVX2 and AVX512 IFUNC versions.
> >         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: New file.
> >         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: New file.
> >         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: New file.
> >         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: New file.
> >         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: New file.
> >         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: New file.
> >         * sysdeps/x86_64/fpu/svml_d_sin2_core.S: New file.
> >         * sysdeps/x86_64/fpu/svml_d_sin4_core.S: New file.
> >         * sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S: New file.
> >         * sysdeps/x86_64/fpu/svml_d_sin8_core.S: New file.
> >         * sysdeps/x86_64/fpu/svml_d_sin_data.S: New file.
> >         * sysdeps/x86_64/fpu/svml_d_sin_data.h: New file.
> >         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added
> > vector sin test.
> >         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
> >         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
> >         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
> >         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
> >         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
> >         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
> >         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
> 
> Attached patch is refactored after changes in test infrastructure and
> NEWS updated. Ok for commit?

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


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