aarch64: Add vector implementations of exp2 routines
commitb39e9db5e305365db0c347fd308b7c0d86e3507b
authorJoe Ramsay <Joe.Ramsay@arm.com>
Thu, 5 Oct 2023 16:10:49 +0000 (5 17:10 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 23 Oct 2023 14:00:45 +0000 (23 15:00 +0100)
treee7fccd5c92b1769601497ce2b83f97405dee54f4
parentf554334c05a95c6b4df532ddc88cd3e72dc7d04c
aarch64: Add vector implementations of exp2 routines

Some routines reuse table from v_exp_data.c
13 files changed:
sysdeps/aarch64/fpu/Makefile
sysdeps/aarch64/fpu/Versions
sysdeps/aarch64/fpu/bits/math-vector.h
sysdeps/aarch64/fpu/exp2_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/exp2_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/exp2f_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/exp2f_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