aboutsummaryrefslogtreecommitdiff
path: root/pl/math/s_asinhf_2u7.c
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2022-07-15 08:56:20 +0100
committerJoe Ramsay <joe.ramsay@arm.com>2022-07-15 08:56:20 +0100
commit83a43cd7afcbdca7e192704121acfad6fa24cb67 (patch)
tree745a769bb89ad8dc0fcc755411f52f14af9a1d8a /pl/math/s_asinhf_2u7.c
parent241ac3945ce507f6d08f66fcf11596d785ba933f (diff)
downloadarm-optimized-routines-83a43cd7afcbdca7e192704121acfad6fa24cb67.tar.gz
pl/math: Add vector/Neon asinhf
The new routine uses vector log1pf, and is accurate to 2.7 ulp.
Diffstat (limited to 'pl/math/s_asinhf_2u7.c')
-rw-r--r--pl/math/s_asinhf_2u7.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pl/math/s_asinhf_2u7.c b/pl/math/s_asinhf_2u7.c
new file mode 100644
index 0000000..bce86a7
--- /dev/null
+++ b/pl/math/s_asinhf_2u7.c
@@ -0,0 +1,6 @@
+/*
+ * Copyright (c) 2022, Arm Limited.
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
+ */
+#define SCALAR 1
+#include "v_asinhf_2u7.c"