aboutsummaryrefslogtreecommitdiff
path: root/pl/math/test/ulp_wrappers.h
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2022-11-30 09:42:41 +0000
committerJoe Ramsay <joe.ramsay@arm.com>2022-11-30 09:42:41 +0000
commit8a644bf15812edaba38b41ca142e8e7e328e7918 (patch)
tree1b44a7f8a954f663b41e84cc6fd8909bd6645f55 /pl/math/test/ulp_wrappers.h
parent8a0d24f8af39bda7b54341067c6ccc8a7f12ff27 (diff)
downloadarm-optimized-routines-8a644bf15812edaba38b41ca142e8e7e328e7918.tar.gz
pl/math: Add scalar and vector/Neon tanhf
Both routines use simplified inline versions of expm1f, and are accurate to 2.6 ULP.
Diffstat (limited to 'pl/math/test/ulp_wrappers.h')
-rw-r--r--pl/math/test/ulp_wrappers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pl/math/test/ulp_wrappers.h b/pl/math/test/ulp_wrappers.h
index 28ee251..be87c21 100644
--- a/pl/math/test/ulp_wrappers.h
+++ b/pl/math/test/ulp_wrappers.h
@@ -129,6 +129,7 @@ ZVNF1_WRAP(log1p)
ZVNF1_WRAP(log2)
ZVNF1_WRAP(sinh)
ZVNF1_WRAP(tan)
+ZVNF1_WRAP(tanh)
ZVND1_WRAP(asinh)
ZVND1_WRAP(atan)
ZVND2_WRAP(atan2)