aboutsummaryrefslogtreecommitdiff
path: root/pl/math/test/runulp.sh
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2022-10-19 11:57:43 +0100
committerJoe Ramsay <joe.ramsay@arm.com>2022-10-19 11:57:43 +0100
commit6345ddad9f31dfedd9dd4e96e2571f42f2210545 (patch)
treebdca4165b93d029c5c2625db98189a18fd8b2c98 /pl/math/test/runulp.sh
parent05fe0091dece6bedc5ed807cc8aa49dd67d418c1 (diff)
downloadarm-optimized-routines-6345ddad9f31dfedd9dd4e96e2571f42f2210545.tar.gz
pl/math: Update ULP threshold for log1p
A larger error was found, threshold updated in runulp.
Diffstat (limited to 'pl/math/test/runulp.sh')
-rwxr-xr-xpl/math/test/runulp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pl/math/test/runulp.sh b/pl/math/test/runulp.sh
index d4aa69b..60e719f 100755
--- a/pl/math/test/runulp.sh
+++ b/pl/math/test/runulp.sh
@@ -103,7 +103,7 @@ t asinh -1.0 -100.0 10000
t asinh 100.0 inf 50000
t asinh -100.0 -inf 10000
-L=1.18
+L=1.24
t log1p -10.0 10.0 10000
t log1p 0.0 0x1p-23 50000
t log1p 0x1p-23 0.001 50000