about summary refs log tree commit diff
path: root/sysdeps/aarch64/libm-test-ulps
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2023-11-03 12:12:22 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2023-11-10 17:07:43 +0000
commitb07038c5d304a7afc312516ce0ff886a57bf3163 (patch)
tree34d0a8e9e4d170229e4385dd849883c9af5dbee9 /sysdeps/aarch64/libm-test-ulps
parentd30c39f80d19d62e8fd750c424ccb7eb06b617e5 (diff)
downloadglibc-b07038c5d304a7afc312516ce0ff886a57bf3163.tar.gz
glibc-b07038c5d304a7afc312516ce0ff886a57bf3163.tar.xz
glibc-b07038c5d304a7afc312516ce0ff886a57bf3163.zip
aarch64: Add vector implementations of atan2 routines
Diffstat (limited to 'sysdeps/aarch64/libm-test-ulps')
-rw-r--r--sysdeps/aarch64/libm-test-ulps8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/aarch64/libm-test-ulps b/sysdeps/aarch64/libm-test-ulps
index 24a99e10da..e0699c44d8 100644
--- a/sysdeps/aarch64/libm-test-ulps
+++ b/sysdeps/aarch64/libm-test-ulps
@@ -106,11 +106,19 @@ Function: "atan2":
 float: 1
 ldouble: 2
 
+Function: "atan2_advsimd":
+double: 1
+float: 2
+
 Function: "atan2_downward":
 double: 1
 float: 2
 ldouble: 2
 
+Function: "atan2_sve":
+double: 1
+float: 2
+
 Function: "atan2_towardzero":
 double: 1
 float: 2