]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: Add vector implementations of expm1 routines
authorJoe Ramsay <Joe.Ramsay@arm.com>
Thu, 16 Nov 2023 13:24:18 +0000 (13:24 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 20 Nov 2023 17:53:14 +0000 (17:53 +0000)
commita8830c928540011120ac742d632ed51d52af01df
tree3c219e1d2abfb616ebb3a512bcccabcd415dab29
parent65341f7bbea824d2ff9d37db15d8be162df42bd3
aarch64: Add vector implementations of expm1 routines

May discard sign of 0 - auto tests for -0 and -0x1p-10000 updated accordingly.
15 files changed:
math/auto-libm-test-in
math/auto-libm-test-out-expm1
sysdeps/aarch64/fpu/Makefile
sysdeps/aarch64/fpu/Versions
sysdeps/aarch64/fpu/bits/math-vector.h
sysdeps/aarch64/fpu/expm1_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/expm1_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/expm1f_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/expm1f_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