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-03 12:12:19 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2023-11-10 17:07:42 +0000
commit9bed498418c163f7c6def447a38b09879e2b4612 (patch)
tree1174644f8b373e9664f053a431cbe2d8ba5ba40a /sysdeps/aarch64/fpu/Makefile
parentd1dcb565a1fb5829f9476a1438c30eccc4027d04 (diff)
downloadglibc-9bed498418c163f7c6def447a38b09879e2b4612.tar.gz
glibc-9bed498418c163f7c6def447a38b09879e2b4612.tar.xz
glibc-9bed498418c163f7c6def447a38b09879e2b4612.zip
aarch64: Add vector implementations of asin routines
Diffstat (limited to 'sysdeps/aarch64/fpu/Makefile')
-rw-r--r--sysdeps/aarch64/fpu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/aarch64/fpu/Makefile b/sysdeps/aarch64/fpu/Makefile
index 1f1ac2a2b8..d7c0bd2ed5 100644
--- a/sysdeps/aarch64/fpu/Makefile
+++ b/sysdeps/aarch64/fpu/Makefile
@@ -1,4 +1,5 @@
-libmvec-supported-funcs = cos \
+libmvec-supported-funcs = asin \
+                          cos \
                           exp \
                           exp10 \
                           exp2 \