diff options
author | Joe Ramsay <Joe.Ramsay@arm.com> | 2023-11-03 12:12:21 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2023-11-10 17:07:42 +0000 |
commit | d30c39f80d19d62e8fd750c424ccb7eb06b617e5 (patch) | |
tree | 165524f2d3142341e753ca027db7addfc360157d /sysdeps/aarch64/libm-test-ulps | |
parent | b5d23367a8c1e92b26bd48cce984e790208cdac1 (diff) | |
download | glibc-d30c39f80d19d62e8fd750c424ccb7eb06b617e5.tar.gz glibc-d30c39f80d19d62e8fd750c424ccb7eb06b617e5.tar.xz glibc-d30c39f80d19d62e8fd750c424ccb7eb06b617e5.zip |
aarch64: Add vector implementations of atan routines
Diffstat (limited to 'sysdeps/aarch64/libm-test-ulps')
-rw-r--r-- | sysdeps/aarch64/libm-test-ulps | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/aarch64/libm-test-ulps b/sysdeps/aarch64/libm-test-ulps index c2b6f21b9d..24a99e10da 100644 --- a/sysdeps/aarch64/libm-test-ulps +++ b/sysdeps/aarch64/libm-test-ulps @@ -121,11 +121,19 @@ double: 1 float: 1 ldouble: 2 +Function: "atan_advsimd": +double: 1 +float: 1 + Function: "atan_downward": double: 1 float: 2 ldouble: 2 +Function: "atan_sve": +double: 1 +float: 1 + Function: "atan_towardzero": double: 1 float: 1 |