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]

[PATCH 4/14] [x86_64] Vector math functions (vector cosf tests)


Hi,

this patch adds testing for vectorized cosf.

2015-06-04  Andrew Senkevich  <andrew.senkevich@intel.com>

        * math/Makefile: Added CFLAGS for new tests.
        * math/test-float-vlen16.h: New file.
        * math/test-float-vlen4.h: New file.
        * math/test-float-vlen8.h: New file.
        * sysdeps/x86_64/fpu/Makefile: Added new tests and variables.
        * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
        * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: New file.
        * sysdeps/x86_64/fpu/test-float-vlen16.c: New file.
        * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: New file.
        * sysdeps/x86_64/fpu/test-float-vlen4.c: New file.
        * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: New file.
        * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: New file.
        * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: New file.
        * sysdeps/x86_64/fpu/test-float-vlen8.c: New file.


--
WBR,
Andrew

Attachment: 0004-x86-64-vector-cosf-tests.patch
Description: Binary data


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