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 4/14] [x86_64] Vector math functions (vector cosf tests)


2015-06-04 13:27 GMT+03:00 Andrew Senkevich <andrew.n.senkevich@gmail.com>:
> 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.

Here is updated patch which reflects last refactoring of test infrastructure.

2015-06-09  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.
    * math/test-double-vlen2.h: Fixed 2 argument macro and comment.
    * 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.

Ok for commit?


--
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]