]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86-64: Add vector erfc/erfcf implementation to libmvec
authorSunil K Pandey <skpgkp2@gmail.com>
Wed, 29 Dec 2021 18:13:20 +0000 (10:13 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Thu, 30 Dec 2021 18:19:03 +0000 (10:19 -0800)
commit8881cca8fb8d3a7ee89d174017dd27eded90366c
treeaa183021a734c54404062791e2582b17a5055f40
parentbc1e344dc1fb7f406c42e03a63dd3dbf426af9e7
x86-64: Add vector erfc/erfcf implementation to libmvec

Implement vectorized erfc/erfcf containing SSE, AVX, AVX2 and
AVX512 versions for libmvec as per vector ABI.  It also contains
accuracy and ABI tests for vector erfc/erfcf with regenerated ulps.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
50 files changed:
bits/libm-simd-decl-stubs.h
math/bits/mathcalls.h
sysdeps/unix/sysv/linux/x86_64/libmvec.abilist
sysdeps/x86/fpu/bits/math-vector.h
sysdeps/x86/fpu/finclude/math-vector-fortran.h
sysdeps/x86_64/fpu/Makeconfig
sysdeps/x86_64/fpu/Versions
sysdeps/x86_64/fpu/libm-test-ulps
sysdeps/x86_64/fpu/multiarch/svml_d_erfc2_core-sse2.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_d_erfc2_core.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_d_erfc2_core_sse4.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_d_erfc4_core-sse.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_d_erfc4_core.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_d_erfc4_core_avx2.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_d_erfc8_core-avx2.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_d_erfc8_core.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_d_erfc8_core_avx512.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core-avx2.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_s_erfcf4_core-sse2.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_s_erfcf4_core.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_s_erfcf4_core_sse4.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_s_erfcf8_core-sse.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_s_erfcf8_core.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/svml_s_erfcf8_core_avx2.S [new file with mode: 0644]
sysdeps/x86_64/fpu/svml_d_erfc2_core.S [new file with mode: 0644]
sysdeps/x86_64/fpu/svml_d_erfc4_core.S [new file with mode: 0644]
sysdeps/x86_64/fpu/svml_d_erfc4_core_avx.S [new file with mode: 0644]
sysdeps/x86_64/fpu/svml_d_erfc8_core.S [new file with mode: 0644]
sysdeps/x86_64/fpu/svml_s_erfcf16_core.S [new file with mode: 0644]
sysdeps/x86_64/fpu/svml_s_erfcf4_core.S [new file with mode: 0644]
sysdeps/x86_64/fpu/svml_s_erfcf8_core.S [new file with mode: 0644]
sysdeps/x86_64/fpu/svml_s_erfcf8_core_avx.S [new file with mode: 0644]
sysdeps/x86_64/fpu/test-double-libmvec-erfc-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-double-libmvec-erfc-avx2.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-double-libmvec-erfc-avx512f.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-double-libmvec-erfc.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c
sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c
sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c
sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c
sysdeps/x86_64/fpu/test-float-libmvec-erfcf-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-float-libmvec-erfcf-avx2.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-float-libmvec-erfcf-avx512f.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-float-libmvec-erfcf.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c
sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c
sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c
sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c