aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_atanhf_3u1.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_atanhf_3u1.c')
-rw-r--r--pl/math/v_atanhf_3u1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/v_atanhf_3u1.c b/pl/math/v_atanhf_3u1.c
index 1e3a561..5c9ceb1 100644
--- a/pl/math/v_atanhf_3u1.c
+++ b/pl/math/v_atanhf_3u1.c
@@ -6,6 +6,7 @@
#include "v_math.h"
#include "mathlib.h"
+#include "pl_sig.h"
#if V_SUPPORTED
@@ -48,4 +49,5 @@ VPCS_ATTR v_f32_t V_NAME (atanhf) (v_f32_t x)
VPCS_ALIAS
+PL_SIG (V, F, 1, atanh, -1.0, 1.0)
#endif