aboutsummaryrefslogtreecommitdiff
path: root/pl/math/s_sinh_3u.c
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2022-11-17 10:42:20 +0000
committerJoe Ramsay <joe.ramsay@arm.com>2022-11-17 10:42:20 +0000
commit56a92ffa259a0e77411541a013951a3fa76d7062 (patch)
tree9e41522f91735592dfcc1ff3a22b6441b44d1a49 /pl/math/s_sinh_3u.c
parentc1cf1eb0ad5fb98c4c14e8e83e00b779d1e646a2 (diff)
downloadarm-optimized-routines-56a92ffa259a0e77411541a013951a3fa76d7062.tar.gz
pl/math: Add scalar and vector/Neon sinh
New routines are based on the single-precision versions and are accurate to 3 ULP.
Diffstat (limited to 'pl/math/s_sinh_3u.c')
-rw-r--r--pl/math/s_sinh_3u.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pl/math/s_sinh_3u.c b/pl/math/s_sinh_3u.c
new file mode 100644
index 0000000..2c08fa1
--- /dev/null
+++ b/pl/math/s_sinh_3u.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_sinh_3u.c"