about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/Makefile
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2023-11-16 13:24:18 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2023-11-20 17:53:14 +0000
commita8830c928540011120ac742d632ed51d52af01df (patch)
tree3c219e1d2abfb616ebb3a512bcccabcd415dab29 /sysdeps/aarch64/fpu/Makefile
parent65341f7bbea824d2ff9d37db15d8be162df42bd3 (diff)
downloadglibc-a8830c928540011120ac742d632ed51d52af01df.tar.gz
glibc-a8830c928540011120ac742d632ed51d52af01df.tar.xz
glibc-a8830c928540011120ac742d632ed51d52af01df.zip
aarch64: Add vector implementations of expm1 routines
May discard sign of 0 - auto tests for -0 and -0x1p-10000 updated accordingly.
Diffstat (limited to 'sysdeps/aarch64/fpu/Makefile')
-rw-r--r--sysdeps/aarch64/fpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/aarch64/fpu/Makefile b/sysdeps/aarch64/fpu/Makefile
index c77c709edd..1fe4b52682 100644
--- a/sysdeps/aarch64/fpu/Makefile
+++ b/sysdeps/aarch64/fpu/Makefile
@@ -6,6 +6,7 @@ libmvec-supported-funcs = acos \
                           exp \
                           exp10 \
                           exp2 \
+                          expm1 \
                           log \
                           log10 \
                           log1p \