x86-64: Add test-vector-abi.h/test-vector-abi-sincos.h
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 13 Oct 2021 20:46:52 +0000 (13:46 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 14 Oct 2021 18:59:12 +0000 (11:59 -0700)
commit9d3c9a046a2d7cfc9cad18675612e5916c65d7d7
tree12b2f03416ffa0dcc72fb2c5c2a67a8ce351cb8a
parentd6d89608ac8cf2b37c75debad1fff653f6939f90
x86-64: Add test-vector-abi.h/test-vector-abi-sincos.h

Add templates for vector ABI test and use them for vector sincos/sincosf
ABI tests.
17 files changed:
sysdeps/x86_64/fpu/Makefile
sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx-main.c [deleted file]
sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx2-main.c [deleted file]
sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512-main.c [deleted file]
sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512f.c [moved from sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512.c with 100% similarity]
sysdeps/x86_64/fpu/test-double-libmvec-sincos.c
sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx-main.c [deleted file]
sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx2-main.c [deleted file]
sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512-main.c [deleted file]
sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512f.c [moved from sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512.c with 100% similarity]
sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c
sysdeps/x86_64/fpu/test-libmvec-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-libmvec-avx2.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-libmvec-avx512f.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-libmvec.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-vector-abi-sincos.h [moved from sysdeps/x86_64/fpu/test-float-libmvec-sincosf-main.c with 58% similarity]
sysdeps/x86_64/fpu/test-vector-abi.h [moved from sysdeps/x86_64/fpu/test-double-libmvec-sincos-main.c with 62% similarity]