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:20 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2023-11-10 17:07:42 +0000
commitb5d23367a8c1e92b26bd48cce984e790208cdac1 (patch)
tree7a4a1b8f54b302ea7285caf4cfbcf6a8b1ae993b /sysdeps/aarch64/fpu/Makefile
parent9bed498418c163f7c6def447a38b09879e2b4612 (diff)
downloadglibc-b5d23367a8c1e92b26bd48cce984e790208cdac1.tar.gz
glibc-b5d23367a8c1e92b26bd48cce984e790208cdac1.tar.xz
glibc-b5d23367a8c1e92b26bd48cce984e790208cdac1.zip
aarch64: Add vector implementations of acos 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 d7c0bd2ed5..606fdd804f 100644
--- a/sysdeps/aarch64/fpu/Makefile
+++ b/sysdeps/aarch64/fpu/Makefile
@@ -1,4 +1,5 @@
-libmvec-supported-funcs = asin \
+libmvec-supported-funcs = acos \
+                          asin \
                           cos \
                           exp \
                           exp10 \