aboutsummaryrefslogtreecommitdiff
path: root/pl/math/test/runulp.sh
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2022-11-24 11:34:39 +0000
committerJoe Ramsay <joe.ramsay@arm.com>2022-11-24 11:34:39 +0000
commit57c26e8cb23de471123872931dc5bb6277acd498 (patch)
tree23d51d316159b46df2fa0fbb29806ee79973ce5d /pl/math/test/runulp.sh
parent6e875e8b27fd103bb41590a580c8ee03ea5d7138 (diff)
downloadarm-optimized-routines-57c26e8cb23de471123872931dc5bb6277acd498.tar.gz
pl/math: Update ULP threshold for vector atans
New max observed for both Neon and SVE.
Diffstat (limited to 'pl/math/test/runulp.sh')
-rwxr-xr-xpl/math/test/runulp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pl/math/test/runulp.sh b/pl/math/test/runulp.sh
index 6410dd9..dd38e37 100755
--- a/pl/math/test/runulp.sh
+++ b/pl/math/test/runulp.sh
@@ -600,7 +600,7 @@ L_erf=1.26
L_erff=0.76
# TODO tighten this once __v_atan2 is fixed
L_atan2=2.9
-L_atan=1.73
+L_atan=1.78
L_atan2f=2.46
L_atanf=2.5
L_log1pf=1.53
@@ -623,7 +623,7 @@ L_sve_cos=1.61
L_sve_sinf=1.40
L_sve_sin=2.03
L_sve_atanf=2.9
-L_sve_atan=1.73
+L_sve_atan=1.78
L_sve_atan2f=2.45
L_sve_atan2=1.73
L_sve_log10=1.97