From b5d23367a8c1e92b26bd48cce984e790208cdac1 Mon Sep 17 00:00:00 2001 From: Joe Ramsay Date: Fri, 3 Nov 2023 12:12:20 +0000 Subject: aarch64: Add vector implementations of acos routines --- sysdeps/aarch64/fpu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/aarch64/fpu/Makefile') 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 \ -- cgit 1.4.1