aboutsummaryrefslogtreecommitdiff
path: root/pl/math/test/ulp_wrappers.h
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2022-10-03 09:49:56 +0100
committerJoe Ramsay <joe.ramsay@arm.com>2022-10-03 09:49:56 +0100
commit34be6cf382be21e7f8c099bbd6d8ac5ccbf8ffbc (patch)
treecf2f49d5c61c18fa00af95594a4db277c8366f1d /pl/math/test/ulp_wrappers.h
parent28fa116dbf12bd4cc36188d278e70980655030f9 (diff)
downloadarm-optimized-routines-34be6cf382be21e7f8c099bbd6d8ac5ccbf8ffbc.tar.gz
pl/math: Add vector/SVE erff
New routine is an SVE port of the Neon algorithm and is accurate to 1.3 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 623f945..16647e4 100644
--- a/pl/math/test/ulp_wrappers.h
+++ b/pl/math/test/ulp_wrappers.h
@@ -90,6 +90,7 @@ ZVND1_WRAP(log2)
ZSVNF2_WRAP(atan2)
ZSVNF1_WRAP(atan)
ZSVNF1_WRAP(cos)
+ZSVNF1_WRAP(erf)
ZSVNF1_WRAP(exp)
ZSVNF1_WRAP(log)
ZSVNF1_WRAP(log10)