aboutsummaryrefslogtreecommitdiff
path: root/pl/math/s_log1p_2u5.c
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2022-10-19 14:25:36 +0100
committerJoe Ramsay <joe.ramsay@arm.com>2022-10-19 14:25:36 +0100
commitbf4e49b34ab462d84dcbf34d1f307fe2992869b1 (patch)
tree1497688686bfda93d93bdf2f01c5b433ed19fd10 /pl/math/s_log1p_2u5.c
parent0e150e494d04bd501652acc34bf9de275d3c02b4 (diff)
downloadarm-optimized-routines-bf4e49b34ab462d84dcbf34d1f307fe2992869b1.tar.gz
pl/math: Add vector/Neon log1p
New routine is based on the scalar algorithm, and accurate to 2.5 ULP.
Diffstat (limited to 'pl/math/s_log1p_2u5.c')
-rw-r--r--pl/math/s_log1p_2u5.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pl/math/s_log1p_2u5.c b/pl/math/s_log1p_2u5.c
new file mode 100644
index 0000000..1d96025
--- /dev/null
+++ b/pl/math/s_log1p_2u5.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_log1p_2u5.c"