aarch64: Add vector implementations of tan routines
authorJoe Ramsay <Joe.Ramsay@arm.com>
Thu, 5 Oct 2023 16:10:48 +0000 (17:10 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 23 Oct 2023 14:00:44 +0000 (15:00 +0100)
commitf554334c05a95c6b4df532ddc88cd3e72dc7d04c
tree1ee426aaf6fbc68b5e7cb27286c8396738df9bc4
parent2aa0974d2573441bffd596b07bff8698b1f2f18c
aarch64: Add vector implementations of tan routines

This includes some utility headers for evaluating polynomials using
various schemes.
21 files changed:
math/auto-libm-test-in
math/auto-libm-test-out-tan
sysdeps/aarch64/fpu/Makefile
sysdeps/aarch64/fpu/Versions
sysdeps/aarch64/fpu/bits/math-vector.h
sysdeps/aarch64/fpu/poly_advsimd_f32.h [new file with mode: 0644]
sysdeps/aarch64/fpu/poly_advsimd_f64.h [new file with mode: 0644]
sysdeps/aarch64/fpu/poly_generic.h [new file with mode: 0644]
sysdeps/aarch64/fpu/poly_sve_f32.h [new file with mode: 0644]
sysdeps/aarch64/fpu/poly_sve_f64.h [new file with mode: 0644]
sysdeps/aarch64/fpu/poly_sve_generic.h [new file with mode: 0644]
sysdeps/aarch64/fpu/tan_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/tan_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/tanf_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/tanf_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/test-double-advsimd-wrappers.c
sysdeps/aarch64/fpu/test-double-sve-wrappers.c
sysdeps/aarch64/fpu/test-float-advsimd-wrappers.c
sysdeps/aarch64/fpu/test-float-sve-wrappers.c
sysdeps/aarch64/libm-test-ulps
sysdeps/unix/sysv/linux/aarch64/libmvec.abilist