[PATCH 5/14] [x86_64] Vector math functions (sin and tests)
Andrew Senkevich
andrew.n.senkevich@gmail.com
Tue Jun 9 15:58:00 GMT 2015
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?
--
WBR,
Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-x86-64-vector-sin-and-tests.patch
Type: application/octet-stream
Size: 51701 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150609/b6ceecf3/attachment.obj>
More information about the Libc-alpha
mailing list