about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/Makefile
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2024-02-20 16:59:41 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2024-04-04 10:33:02 +0100
commit81406ea3c5b5ad19e307302c13dd642785b47948 (patch)
tree41d3ff76044aaa82af028c67c25b39aaad8ace3a /sysdeps/aarch64/fpu/Makefile
parentb09fee1d21650428a6a3335408a46ebe1165d30d (diff)
downloadglibc-81406ea3c5b5ad19e307302c13dd642785b47948.tar.gz
glibc-81406ea3c5b5ad19e307302c13dd642785b47948.tar.xz
glibc-81406ea3c5b5ad19e307302c13dd642785b47948.zip
aarch64/fpu: Add vector variants of asinh
Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
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 2e5bbb5a07..d474f2969d 100644
--- a/sysdeps/aarch64/fpu/Makefile
+++ b/sysdeps/aarch64/fpu/Makefile
@@ -1,6 +1,7 @@
 libmvec-supported-funcs = acos \
                           acosh \
                           asin \
+                          asinh \
                           atan \
                           atan2 \
                           cos \